diff options
Diffstat (limited to 'gprofng/common/hwctable.c')
-rw-r--r-- | gprofng/common/hwctable.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gprofng/common/hwctable.c b/gprofng/common/hwctable.c index 9ee932e..8909153 100644 --- a/gprofng/common/hwctable.c +++ b/gprofng/common/hwctable.c @@ -1792,7 +1792,7 @@ check_tables () } #endif -static int try_a_counter (); +static int try_a_counter (int forKernel); static void hwc_process_raw_ctrs (int forKernel, Hwcentry ***pstd_out, Hwcentry ***praw_out, Hwcentry ***phidden_out, Hwcentry**static_tables, @@ -2840,17 +2840,6 @@ hwc_get_docref (char *buf, size_t buflen) return buf; } -//TBR: - -extern char* -hwc_get_default_cntrs () -{ - setup_cpcx (); - if (cpcx_default_hwcs[0] != NULL) - return strdup (cpcx_default_hwcs[0]); // TBR deprecate this - return NULL; -} - extern char* hwc_get_default_cntrs2 (int forKernel, int style) { |