diff options
Diffstat (limited to 'src/LYexit.c')
-rw-r--r-- | src/LYexit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LYexit.c b/src/LYexit.c index 67549ae4..92cfe6b0 100644 --- a/src/LYexit.c +++ b/src/LYexit.c @@ -19,7 +19,6 @@ */ PUBLIC BOOL LYOutOfMemory = FALSE; -#ifdef LY_FIND_LEAKS /* * Stack of functions to call upon exit. @@ -78,9 +77,6 @@ PRIVATE void LYCompleteExit NOPARAMS callstack[topOfStack](); } } -#else -#define LYCompleteExit() /*nothing*/ -#endif /* LY_FIND_LEAKS */ /* * Purpose: Terminates program. |