remove dead code
authorSimon Marlow <simonmar@microsoft.com>
Thu, 22 Jun 2006 14:44:33 +0000 (14:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 22 Jun 2006 14:44:33 +0000 (14:44 +0000)
include/HsBase.h

index 682d808..2e101dd 100644 (file)
@@ -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 )
 {