This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] diagnostic-show-locus.c: remove unused field from class colorizer
- From: David Malcolm <dmalcolm at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: David Malcolm <dmalcolm at redhat dot com>
- Date: Wed, 16 Aug 2017 15:44:50 -0400
- Subject: [committed] diagnostic-show-locus.c: remove unused field from class colorizer
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dmalcolm at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B1D21C000675
Successfully bootstrapped®rtested on x86_64-pc-linux-gnu.
Committed to trunk as r251128.
gcc/ChangeLog:
* diagnostic-show-locus.c (colorizer::m_caret): Remove unused
field.
---
gcc/diagnostic-show-locus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/gcc/diagnostic-show-locus.c b/gcc/diagnostic-show-locus.c
index b0e72e7..3512111 100644
--- a/gcc/diagnostic-show-locus.c
+++ b/gcc/diagnostic-show-locus.c
@@ -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;
--
1.8.5.3