]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/TrackedOp.h: remove unneeded forward declaration
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Wed, 30 Nov 2016 07:24:49 +0000 (07:24 +0000)
committerLi Wang <li.wang@kylin-cloud.com>
Thu, 1 Dec 2016 09:02:21 +0000 (09:02 +0000)
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
src/common/TrackedOp.h

index 6424af42c094a22c6c1eee85a2ebc7a9041a63b2..edfe5c7639e6c74d30c25dae7f35d3164bb7a5a3 100644 (file)
@@ -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;