Remove dead code, useless #defines, et al

This commit is contained in:
Daniel Stone
2008-07-17 22:37:31 +03:00
parent b0a99fb02b
commit 16e40ecf43
9 changed files with 11 additions and 316 deletions

View File

@@ -524,10 +524,8 @@ FatalError(const char *f, ...)
VErrorF(f, args);
va_end(args);
ErrorF("\n");
#ifdef DDXOSFATALERROR
if (!beenhere)
OsVendorFatalError();
#endif
if (!beenhere) {
beenhere = TRUE;
AbortServer();

View File

@@ -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.