* coverage.c (ctr_labels): Delete.
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 10 Aug 2010 19:27:18 +0000 (19:27 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 10 Aug 2010 19:27:18 +0000 (19:27 +0000)
From-SVN: r163078

gcc/ChangeLog
gcc/coverage.c

index 8ae881124abdbd85c751bacc539dc5b75dec79ab..a1abab8c1d9ccfc2b6c51da5ea5fe0df1c24bb21 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * coverage.c (ctr_labels): Delete.
+
 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
 
        PR bootstrap/45177
index 20aaa1074ce138c6aa48c05888dbf1ab9c68b86b..5da5464ad5da8e46f633a96f9d52fb5547527e86 100644 (file)
@@ -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;