2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 19:21:12 +08:00

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
This commit is contained in:
David Malcolm 2017-08-16 19:08:16 +00:00 committed by David Malcolm
parent 450f20a899
commit d001563319
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,8 @@
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;