From 30e3a2e4c4640ea00834e00f92e5d5e8631ca08c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Oct 2020 10:31:03 -0400 Subject: [PATCH] remove unused define --- Utility/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index f51cdc1a12..d2dbd845a9 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -85,7 +85,7 @@ webAppSettings = setTimeout halfhour defaultSettings -} getSocket :: Maybe HostName -> IO Socket getSocket h = do -#if defined(__ANDROID__) || defined (mingw32_HOST_OS) +#if defined (mingw32_HOST_OS) -- getAddrInfo currently segfaults on Android. -- The HostName is ignored by this code. when (isJust h) $