summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-28 01:14:12 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-28 01:14:12 +0000
commitc5d8fafc07166759ff26cd73f052ad85bf999176 (patch)
treea56e45d694f862a14f34e65c073154338f4607e1 /isys/isys.py
parentc6d64ab07c7530920352dbe7fcbceb75f069ee33 (diff)
downloadanaconda-c5d8fafc07166759ff26cd73f052ad85bf999176.tar.gz
anaconda-c5d8fafc07166759ff26cd73f052ad85bf999176.tar.xz
anaconda-c5d8fafc07166759ff26cd73f052ad85bf999176.zip
2004-09-27 Jeremy Katz <katzj@redhat.com>
* isys/isys.py (getGeometry): Remove unused function. * isys/isys.c (doGetGeometry): Likewise.
Diffstat (limited to 'isys/isys.py')
-rw-r--r--isys/isys.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 18e9dd53c..f07043b34 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -691,12 +691,6 @@ def sync ():
def isIsoImage(file):
return _isys.isisoimage(file)
-def getGeometry(device):
- makeDevInode(device, "/tmp/disk")
- rc = _isys.getGeometry("/tmp/disk")
- os.unlink("/tmp/disk")
- return rc
-
def fbinfo():
return _isys.fbinfo()