summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>2016-11-30 08:24:49 +0100
committerLi Wang <li.wang@kylin-cloud.com>2016-12-01 10:02:21 +0100
commit7db7c050334fc1d5177521ec7230a5c83261d6e8 (patch)
treebb011b01ee336be4e59f1274aeea5190344fb040
parentauth/Crypto.h: remove unneeded forward declaration (diff)
downloadceph-7db7c050334fc1d5177521ec7230a5c83261d6e8.tar.xz
ceph-7db7c050334fc1d5177521ec7230a5c83261d6e8.zip
common/TrackedOp.h: remove unneeded forward declaration
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
-rw-r--r--src/common/TrackedOp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/TrackedOp.h b/src/common/TrackedOp.h
index 6424af42c09..edfe5c7639e 100644
--- a/src/common/TrackedOp.h
+++ b/src/common/TrackedOp.h
@@ -27,7 +27,6 @@
class TrackedOp;
typedef ceph::shared_ptr<TrackedOp> TrackedOpRef;
-class OpTracker;
class OpHistory {
set<pair<utime_t, TrackedOpRef> > arrived;
set<pair<double, TrackedOpRef> > duration;