summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-19 23:24:49 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-19 23:24:49 +0000
commit84cd31ffd17a50d43eb4ae598981e09b8afedaaf (patch)
tree7ac8175dd3c3406e181f9fda8ddd11fcfb2cca9d /partedUtils.py
parent1de98100ab1b7460849e804ee98b99c790027412 (diff)
downloadanaconda-84cd31ffd17a50d43eb4ae598981e09b8afedaaf.tar.gz
anaconda-84cd31ffd17a50d43eb4ae598981e09b8afedaaf.tar.xz
anaconda-84cd31ffd17a50d43eb4ae598981e09b8afedaaf.zip
remove flushDriveDict as it won't be needed
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 5fdb300a5..5230b0529 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -792,8 +792,6 @@ class DiskSet:
w and w.pop()
- isys.flushDriveDict()
-
if os.WIFEXITED(status) and (os.WEXITSTATUS(status) == 0):
return 0