remove unused define
This commit is contained in:
parent
46371797ec
commit
30e3a2e4c4
1 changed files with 1 additions and 1 deletions
|
@ -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) $
|
||||
|
|
Loading…
Reference in a new issue