From 5eb6e34ab7d60381cb748c57cc72e56245010397 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 5 Mar 2015 15:38:58 +0000 Subject: [PATCH] common: remove some spurious declarations Maybe these were defined at some point in history... Signed-off-by: John Spray --- src/common/perf_counters.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/perf_counters.h b/src/common/perf_counters.h index b38a067f995..3e427bf2e9a 100644 --- a/src/common/perf_counters.h +++ b/src/common/perf_counters.h @@ -131,10 +131,6 @@ private: avgcount2.set(a.second); } - // this functions are not used, for what are they? - void write_schema_json(char *buf, size_t buf_sz) const; - void write_json(char *buf, size_t buf_sz) const; - const char *name; const char *description; enum perfcounter_type_d type; -- 2.47.3