diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-17 22:37:31 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-17 22:37:31 +0300 |
commit | 16e40ecf43ea7df349e54f757db0223764d752ee (patch) | |
tree | 3fc48252c17bdec3f8b920ee12dd476b97ae2e59 /os/osinit.c | |
parent | b0a99fb02bb7290266d7dddee4de0b9959fb3c52 (diff) |
Remove dead code, useless #defines, et al
Diffstat (limited to 'os/osinit.c')
-rw-r--r-- | os/osinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/osinit.c b/os/osinit.c index d7f493463..7a16c0b1d 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -193,9 +193,7 @@ OsInit(void) been_here = TRUE; } TimerInit(); -#ifdef DDXOSINIT OsVendorInit(); -#endif /* * No log file by default. OsVendorInit() should call LogInit() with the * log file name if logging to a file is desired. |