Implement a new agile warning framework.
[cparser] / diagnostic.h
index cd75562..b24956b 100644 (file)
@@ -14,10 +14,4 @@ extern unsigned warning_count;
 /* true if warnings should be inhibited */
 extern bool inhibit_all_warnings;
 
-/* true if warnings should be treated as errors */
-extern bool warnings_are_errors;
-
-/* true if the first error should stop the compilation */
-extern bool fatal_errors;
-
 #endif