diff options
| author | stijn <stinos@zoho.com> | 2015-01-08 10:32:45 +0100 |
|---|---|---|
| committer | stijn <stinos@zoho.com> | 2015-01-08 15:29:44 +0100 |
| commit | afd6c8e1d2a2c24595194879481987cec3b57f8a (patch) | |
| tree | 918ec7c40ee16d00c7f085a853b6f6e2e1010247 /windows/init.c | |
| parent | 181bfb6db2a089442e5b3d38d68b1236b8aa0eb0 (diff) | |
Remove obsolete bss-related code/build features
GC for unix/windows builds doesn't make use of the bss section anymore,
so we do not need the (sometimes complicated) build features and code related to it
Diffstat (limited to 'windows/init.c')
| -rw-r--r-- | windows/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/init.c b/windows/init.c index 57f349ef8..a370c464e 100644 --- a/windows/init.c +++ b/windows/init.c @@ -28,12 +28,9 @@ #include <stdio.h> #include <windows.h> -extern void getbss(); - HANDLE hSleepEvent = NULL; void init() { - getbss(); hSleepEvent = CreateEvent(NULL, TRUE, FALSE, FALSE); #ifdef __MINGW32__ putenv("PRINTF_EXPONENT_DIGITS=2"); |
