Commit d0015633 by David Malcolm Committed by David Malcolm

diagnostic-show-locus.c: remove unused field from class colorizer

gcc/ChangeLog:
	* diagnostic-show-locus.c (colorizer::m_caret): Remove unused
	field.

From-SVN: r251128
parent 450f20a8
2017-08-16 David Malcolm <dmalcolm@redhat.com>
* diagnostic-show-locus.c (colorizer::m_caret): Remove unused
field.
2017-08-16 Uros Bizjak <ubizjak@gmail.com>
PR target/46091
......
......@@ -97,7 +97,6 @@ class colorizer
diagnostic_context *m_context;
diagnostic_t m_diagnostic_kind;
int m_current_state;
const char *m_caret;
const char *m_range1;
const char *m_range2;
const char *m_fixit_insert;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment