From: Yan Jun Date: Wed, 26 Jul 2017 04:24:10 +0000 (+0800) Subject: common: drop useless semicolon X-Git-Tag: v12.1.2~71^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c65346ba844bd505e73aa8efe9fd5b20a601fa19;p=ceph.git common: drop useless semicolon Signed-off-by: Yan Jun --- diff --git a/src/common/TrackedOp.h b/src/common/TrackedOp.h index aa8b09a4b48e..9435a1913c06 100644 --- a/src/common/TrackedOp.h +++ b/src/common/TrackedOp.h @@ -213,7 +213,7 @@ protected: /// return a unique descriptor of the Op; eg the message it's attached to virtual void _dump_op_descriptor_unlocked(ostream& stream) const = 0; /// called when the last non-OpTracker reference is dropped - virtual void _unregistered() {}; + virtual void _unregistered() {} virtual bool filter_out(const set& filters) { return true; }