remove unused define

This commit is contained in:
Joey Hess 2020-10-08 10:31:03 -04:00
parent 46371797ec
commit 30e3a2e4c4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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