Start reforming error message support. In this phase, we get rid of
[pspp-builds.git] / src / message.c
index ed9036510c59e1a579cc2bebcc76f1089b0464b0..2e7a003bf35a49bcdb0d94c2bc329f70b4d551f3 100644 (file)
@@ -144,9 +144,6 @@ err_vmsg (const struct error *e, const char *format, va_list args)
       {3, &err_warning_count, N_("warning")},  /* SW */
       {3, NULL, N_("note")},                   /* SM */
 
-      {0, NULL, N_("installation error")},     /* IE */
-      {2, NULL, N_("installation error")},     /* IS */
-
       {2, &err_error_count, N_("error")},      /* DE */
       {2, &err_warning_count, N_("warning")},  /* DW */