summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-02-23 16:52:26 -0500
committerChris Lumens <clumens@redhat.com>2009-02-23 16:53:51 -0500
commit727d429eae6e8db82106257c71084017e894fb90 (patch)
tree981884fbf97e04f19c602eaf986c64446f9795d5
parent21fa7beb71613703cff5ded2d77574b7e5180624 (diff)
downloadanaconda-727d429eae6e8db82106257c71084017e894fb90.tar.gz
anaconda-727d429eae6e8db82106257c71084017e894fb90.tar.xz
anaconda-727d429eae6e8db82106257c71084017e894fb90.zip
Remove some leftover code from the upgrade policy change.
-rw-r--r--partedUtils.py2
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