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
|
-- we rely on the system's own version, which may better match
|
||||||
-- its kernel, and avoid using them if not available.
|
-- 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]
|
magicDLLs :: [FilePath]
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue