about summary refs log tree commit diff stats
path: root/src/LYexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYexit.c')
-rw-r--r--src/LYexit.c4
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.