From 8e6eaad5903c1abef6c6599dfbd58db338ff5568 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2023 12:34:24 -0400 Subject: [PATCH] remove dead code --- Build/BundledPrograms.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 11acddd313..d35cae0e15 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -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