summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
diff options
context:
space:
mode:
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-10 19:27:18 +0000
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-10 19:27:18 +0000
commit860e1757f37b6872fe9ab95a48a744dc9a137f1b (patch)
tree01c01af225cdf7ffc8abde302c238ca4c58bc96a /gcc/coverage.c
parentdcb4aa7b04d03ba107fd628ec3dc663d0a01c397 (diff)
downloadgcc-860e1757f37b6872fe9ab95a48a744dc9a137f1b.tar.gz
* coverage.c (ctr_labels): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/coverage.c')
-rw-r--r--gcc/coverage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/coverage.c b/gcc/coverage.c
index 20aaa1074ce..5da5464ad5d 100644
--- a/gcc/coverage.c
+++ b/gcc/coverage.c
@@ -104,10 +104,6 @@ static htab_t counts_hash = NULL;
/* Trees representing the counter table arrays. */
static GTY(()) tree tree_ctr_tables[GCOV_COUNTERS];
-/* The names of the counter tables. Not used if we're
- generating counters at tree level. */
-static GTY(()) rtx ctr_labels[GCOV_COUNTERS];
-
/* The names of merge functions for counters. */
static const char *const ctr_merge_functions[GCOV_COUNTERS] = GCOV_MERGE_FUNCTIONS;
static const char *const ctr_names[GCOV_COUNTERS] = GCOV_COUNTER_NAMES;