[master 1/6] Get rid of some very old commented out code.

mulkieran installerbot-noreply at redhat.com
Wed Mar 11 22:08:10 UTC 2015


From: mulhern <amulhern at redhat.com>

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/formats/__init__.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/blivet/formats/__init__.py b/blivet/formats/__init__.py
index 5147601..73faeb6 100644
--- a/blivet/formats/__init__.py
+++ b/blivet/formats/__init__.py
@@ -188,10 +188,6 @@ def __init__(self, **kwargs):
         self.exists = kwargs.get("exists", False)
         self.options = kwargs.get("options")
 
-        # don't worry about existence if this is a DeviceFormat instance
-        #if self.__class__ is DeviceFormat:
-        #    self.exists = True
-
     def __repr__(self):
         s = ("%(classname)s instance (%(id)s) object id %(object_id)d--\n"
              "  type = %(type)s  name = %(name)s  status = %(status)s\n"


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/b513096c5e214ff12cdfe699b25933a8c1517778


More information about the anaconda-patches mailing list