* All source files: Get rid of nasty special cases for
[pspp] / src / data-out.c
index e5a42d578199af58e2cb883d7c440a631d67c0c0..d54ebd1f0d43ec5fb1eafbc70606e157190ab011 100644 (file)
@@ -751,10 +751,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);
     }