Added a --enable-debug option to configure and
[pspp-builds.git] / src / data-out.c
index e5a42d578199af58e2cb883d7c440a631d67c0c0..14c0f94b39bd514dfe2e6cf24e66a5bdfcd1c882 100644 (file)
@@ -35,8 +35,6 @@
 #include "str.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1*/
 #include "debug-print.h"
 
 /* In older versions, numbers got their trailing zeros stripped.
@@ -751,10 +749,6 @@ convert_date (char *dst, const struct fmt_spec *fp, const union value *v)
          }
       }
       break;
-#if __CHECKER__
-    case 42000:
-      assert (0);
-#endif
     default:
       assert (0);
     }