[PATCH 1/2] booty: remove dead code chunk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As dosFilesystems already contains hpfs and ntfs, the if block this
patch removes will never get reached.
---
 booty/bootloaderInfo.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py
index 0b50f7f..bed1ee7 100644
--- a/booty/bootloaderInfo.py
+++ b/booty/bootloaderInfo.py
@@ -289,12 +289,6 @@ class BootImages:
                     foundDos = True
                 except:
                     pass
-            elif type in ["ntfs", "hpfs"] and not foundDos and \
-                 doesDualBoot() and not part.getFlag(parted.PARTITION_DIAG):
-                retval.append((part, type))
-                # maybe questionable, but the first ntfs or fat is likely to
-                # be the correct one to boot with XP using ntfs
-                foundDos = True
             elif type == "appleboot" and iutil.getPPCMachine() == "PMac" and part.bootable:
                 foundAppleBootstrap = True
             elif type in ["hfs", "hfs+"] and foundAppleBootstrap:
-- 
1.7.0.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux