diff options
Diffstat (limited to 'libraries/base/include/HsBase.h')
-rw-r--r-- | libraries/base/include/HsBase.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/include/HsBase.h b/libraries/base/include/HsBase.h index b70a7295da..46d0f0c102 100644 --- a/libraries/base/include/HsBase.h +++ b/libraries/base/include/HsBase.h @@ -305,10 +305,6 @@ __hscore_setmode( int fd, HsBool toBin ) #endif } -#if __GLASGOW_HASKELL__ - -#endif /* __GLASGOW_HASKELL__ */ - #if defined(__MINGW32__) // We want the versions of stat/fstat/lseek that use 64-bit offsets, // and you have to ask for those explicitly. Unfortunately there |