* All source files: Get rid of nasty special cases for
[pspp] / src / dfm.c
index 9e9d080c97f17440fb75d0b2d43bbfc7b0155fbe..21b2b5acd340f695161495a69d49f8347861874f 100644 (file)
--- a/src/dfm.c
+++ b/src/dfm.c
@@ -108,9 +108,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