diff options
author | Chris Lumens <clumens@redhat.com> | 2009-02-23 16:52:26 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-02-23 16:53:51 -0500 |
commit | 727d429eae6e8db82106257c71084017e894fb90 (patch) | |
tree | 981884fbf97e04f19c602eaf986c64446f9795d5 | |
parent | 21fa7beb71613703cff5ded2d77574b7e5180624 (diff) | |
download | anaconda-727d429eae6e8db82106257c71084017e894fb90.tar.gz anaconda-727d429eae6e8db82106257c71084017e894fb90.tar.xz anaconda-727d429eae6e8db82106257c71084017e894fb90.zip |
Remove some leftover code from the upgrade policy change.
-rw-r--r-- | partedUtils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py index 66eb1a252..4f216b2c1 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -350,8 +350,6 @@ def getReleaseString(mountpoint): relVer += a else: break - - relstr = prod + " " + ver except: pass # don't worry, just use the relstr as we have it |