From: John Spray Date: Thu, 5 Mar 2015 15:38:58 +0000 (+0000) Subject: common: remove some spurious declarations X-Git-Tag: v9.0.0~206^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5eb6e34ab7d60381cb748c57cc72e56245010397;p=ceph.git common: remove some spurious declarations Maybe these were defined at some point in history... Signed-off-by: John Spray --- 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;