summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index 1b9b7d42865..7fcb6a8cd0e 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -66,10 +66,6 @@ struct diagnostic_context
/* The number of times we have issued diagnostics. */
int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND];
- /* True if we should display the "warnings are being tread as error"
- message, usually displayed once per compiler run. */
- bool some_warnings_are_errors;
-
/* True if it has been requested that warnings be treated as errors. */
bool warning_as_error_requested;