remove dead code
This commit is contained in:
parent
70acc8864d
commit
8e6eaad590
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ preferredBundledPrograms = catMaybes
|
|||
-- we rely on the system's own version, which may better match
|
||||
-- its kernel, and avoid using them if not available.
|
||||
]
|
||||
where
|
||||
#ifndef mingw32_HOST_OS
|
||||
ifset True s = Just s
|
||||
ifset False _ = Nothing
|
||||
#endif
|
||||
|
||||
magicDLLs :: [FilePath]
|
||||
#ifdef mingw32_HOST_OS
|
||||
|
|
Loading…
Reference in a new issue