remove dead code

This commit is contained in:
Joey Hess 2023-08-28 12:34:24 -04:00
parent 70acc8864d
commit 8e6eaad590
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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