[PATCH 27/34] Bootloader.read is completely unused; cut it.

Chris Lumens clumens at redhat.com
Mon Aug 12 20:33:03 UTC 2013


---
 pyanaconda/bootloader.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 52793b2..297d687 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -926,10 +926,6 @@ class BootLoader(object):
         config.close()
         self.write_config_post()
 
-    def read(self):
-        """ Read an existing bootloader configuration. """
-        raise NotImplementedError()
-
     @property
     def trusted_boot(self):
         return self._trusted_boot
-- 
1.8.1.2



More information about the anaconda-patches mailing list