From: Nathan Froyd Date: Tue, 10 Aug 2010 19:27:18 +0000 (+0000) Subject: * coverage.c (ctr_labels): Delete. X-Git-Tag: releases/gcc-4.6.0~5124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=175a62b7d5d0ee4f99f3dcb4263ad302502c65f2;p=thirdparty%2Fgcc.git * coverage.c (ctr_labels): Delete. From-SVN: r163078 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ae881124abd..a1abab8c1d9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-10 Nathan Froyd + + * coverage.c (ctr_labels): Delete. + 2010-08-10 Bernd Schmidt PR bootstrap/45177 diff --git a/gcc/coverage.c b/gcc/coverage.c index 20aaa1074ce1..5da5464ad5da 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;