[PATCH] Remove unused bool() function.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I hope I don't need to explain this one.
---
 timezone.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/timezone.py b/timezone.py
index bb599bb..16df250 100644
--- a/timezone.py
+++ b/timezone.py
@@ -25,10 +25,6 @@ from flags import flags
 import logging
 log = logging.getLogger("anaconda")
 
-def bool(val):
-    if val: return "true"
-    return "false"
-
 class Timezone:
 
     def writeKS(self, f):
-- 
1.6.0.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux