From: Simon Marlow Date: Thu, 22 Jun 2006 14:44:33 +0000 (+0000) Subject: remove dead code X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=9b1d0fbde4ee76cebe31eea92077478e4a351ad9 remove dead code --- diff --git a/include/HsBase.h b/include/HsBase.h index 682d808..2e101dd 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -458,14 +458,6 @@ __hscore_PrelHandle_recv( HsInt fd, HsAddr ptr, HsInt off, int sz ) #endif /* __GLASGOW_HASKELL__ */ -#if defined(mingw32_HOST_OS) || defined(_MSC_VER) -INLINE long * -__hscore_Time_ghcTimezone( void ) { return &_timezone; } - -INLINE char ** -__hscore_Time_ghcTzname( void ) { return _tzname; } -#endif - INLINE HsInt __hscore_mkdir( HsAddr pathName, HsInt mode ) {