diff options
author | Yunchuan Wen <yunchuan.wen@kylin-cloud.com> | 2016-11-30 08:38:07 +0100 |
---|---|---|
committer | Li Wang <li.wang@kylin-cloud.com> | 2016-12-01 10:02:47 +0100 |
commit | c269c9bb355918ffcd11a6d5023a40d034227b20 (patch) | |
tree | 2cb0da21445ca3d0f85be397261cbe7c58b89493 /src/common/perf_counters.h | |
parent | common/TrackedOp.h: remove unneeded forward declaration (diff) | |
download | ceph-c269c9bb355918ffcd11a6d5023a40d034227b20.tar.xz ceph-c269c9bb355918ffcd11a6d5023a40d034227b20.zip |
common/perf_counters.h: remove unneeded forward declaration
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
Diffstat (limited to 'src/common/perf_counters.h')
-rw-r--r-- | src/common/perf_counters.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/perf_counters.h b/src/common/perf_counters.h index 0394acd3e1b..098555d564b 100644 --- a/src/common/perf_counters.h +++ b/src/common/perf_counters.h @@ -30,7 +30,6 @@ class CephContext; class PerfCountersBuilder; -class PerfCountersCollectionTest; enum perfcounter_type_d : uint8_t { |