Added a --enable-debug option to configure and
[pspp-builds.git] / src / dfm.c
index 9e9d080c97f17440fb75d0b2d43bbfc7b0155fbe..0b231208b8a686b8eb9b8dc4f64e317efeed2f26 100644 (file)
--- a/src/dfm.c
+++ b/src/dfm.c
@@ -50,8 +50,6 @@ char *alloca ();
 #include "str.h"
 #include "vfm.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1*/
 #include "debug-print.h"
 
 /* file_handle extension structure. */
@@ -108,9 +106,6 @@ open_inline_file (struct dfm_fhuser_ext *ext)
 {
   /* We want to indicate that the file is open, that we are not at
      eof, and that another line needs to be read in.  */
-#if __CHECKER__
-  memset (&ext->file, 0, sizeof ext->file);
-#endif
   ext->file.file = NULL;
   ext->line = xmalloc (128);
 #if !PRODUCTION