summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-09 20:43:26 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-09 20:43:26 +0000
commit5e056a4b8e0a03da24c11dade5f73277ff530b88 (patch)
tree1651f7b636841cc3b37dede57527c6350afa0c5e
parent03cf727c7b47f81b7bab880829ce93b431ec7ff3 (diff)
downloadgcc-5e056a4b8e0a03da24c11dade5f73277ff530b88.tar.gz
2016-06-09 Marcin Baczyński <marbacz@gmail.com>
* diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer): delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237275 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/diagnostic.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d64511b76cc..2cdab21c556 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-09 Marcin Baczyński <marbacz@gmail.com>
+
+ * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
+ delete.
+
2016-06-09 David Malcolm <dmalcolm@redhat.com>
PR bootstrap/71471
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index 48ae50d6879..58d77df61c5 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -231,12 +231,6 @@ diagnostic_inhibit_notes (diagnostic_context * context)
/* Same as output_prefixing_rule. Works on 'diagnostic_context *'. */
#define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
-/* Maximum characters per line in automatic line wrapping mode.
- Zero means don't wrap lines. */
-#define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
-
-#define diagnostic_flush_buffer(DC) pp_flush ((DC)->printer)
-
/* True if the last module or file in which a diagnostic was reported is
different from the current one. */
#define diagnostic_last_module_changed(DC, MAP) \