From: Shiyang Ruan Date: Wed, 29 Aug 2018 01:20:12 +0000 (+0800) Subject: librbd: remove template declaration of a non-template function X-Git-Tag: v14.0.1~322^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6e0ecbab605656d450e90a26696478ce96a8e216;p=ceph-ci.git librbd: remove template declaration of a non-template function Signed-off-by: Shiyang Ruan --- diff --git a/src/librbd/io/ImageDispatchSpec.cc b/src/librbd/io/ImageDispatchSpec.cc index df63f35256b..dd28d16edd4 100644 --- a/src/librbd/io/ImageDispatchSpec.cc +++ b/src/librbd/io/ImageDispatchSpec.cc @@ -92,7 +92,6 @@ struct ImageDispatchSpec::TokenRequestedVisitor return 1; } - template uint64_t operator()(const Flush&) const { return 0; }