summaryrefslogtreecommitdiff
path: root/gcc/coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/coverage.h')
-rw-r--r--gcc/coverage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/coverage.h b/gcc/coverage.h
index 5330363f7de..e070d837e25 100644
--- a/gcc/coverage.h
+++ b/gcc/coverage.h
@@ -38,8 +38,6 @@ extern int coverage_begin_output (void);
/* Allocate some counters. Repeatable per function. */
extern int coverage_counter_alloc (unsigned /*counter*/, unsigned/*num*/);
/* Use a counter from the most recent allocation. */
-extern rtx rtl_coverage_counter_ref (unsigned /*counter*/, unsigned/*num*/);
-/* Use a counter from the most recent allocation. */
extern tree tree_coverage_counter_ref (unsigned /*counter*/, unsigned/*num*/);
/* Get all the counters for the current function. */