about summary refs log tree commit diff stats
path: root/src/LYexit.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-04-13 09:48:41 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-04-13 09:48:41 -0400
commitb223937ff728f8242329bedb9c660e81da253e9a (patch)
treebbf056969500f54306deda5db38ff2a6198f3ce9 /src/LYexit.c
parent327b7c16889c9d95ec076d695c970da11dc32a2b (diff)
downloadlynx-snapshots-b223937ff728f8242329bedb9c660e81da253e9a.tar.gz
snapshot of project "lynx", label v2-8-2dev_22
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.