* All source files: Get rid of nasty special cases for
[pspp] / src / html.c
index cb4ae056c4f64eb4463f66ece1da0720b1c9a82d..42d818b519f908004e0eb876cdfc089ffd53a67b 100644 (file)
@@ -174,10 +174,6 @@ html_option (struct outp_driver *this, const char *key, const struct string *val
        *dest = xstrdup (ds_value (val));
       }
       break;
-#if __CHECKER__
-    case 42000:
-      assert (0);
-#endif
     default:
       assert (0);
     }