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:
parent
450f20a899
commit
d001563319
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user