summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-08 11:43:11 -0500
committerChris Lumens <clumens@redhat.com>2007-11-20 11:08:37 -0500
commit5c23f951685353e18043412ece559623a87aec88 (patch)
tree300eaaa2c3f7b8ad7b4d8340718ec0f84736bf7f /livecd.py
parentb73b025f769a23d0a5229274fd3b3a2995a7d67c (diff)
downloadanaconda-5c23f951685353e18043412ece559623a87aec88.tar.gz
anaconda-5c23f951685353e18043412ece559623a87aec88.tar.xz
anaconda-5c23f951685353e18043412ece559623a87aec88.zip
Remove unused functions from InstallMethods.
None of the following functions were even being called, so they can be removed easily: getFilename, copyFileToTemp, urlretrieve, systemUnmounted, getTempPath, and FileCopyException. Now only the hard parts are left.
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/livecd.py b/livecd.py
index d63814504..a804d23b0 100644
--- a/livecd.py
+++ b/livecd.py
@@ -129,10 +129,6 @@ class LiveCDImageMethod(installmethod.InstallMethod):
return [target]
return []
- def getFilename(self, filename, callback=None, destdir=None, retry=1):
- if filename.startswith("RELEASE-NOTES"):
- return "/usr/share/doc/HTML/" + filename
-
def getLiveBlockDevice(self):
return self.osimg