summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/iutil.py b/iutil.py
index 147f41df5..53566ef52 100644
--- a/iutil.py
+++ b/iutil.py
@@ -27,10 +27,6 @@ def SetFdDevice():
f.close()
elif iutil.getArch() == "alpha":
pass
- elif iutil.getArch() == "s390":
- return
- elif iutil.getArch() == "s390x":
- return
elif iutil.getArch() == "i386" or iutil.getArch() == "ia64":
# Look for the first IDE floppy device
drives = isys.floppyDriveDict()