From: Yingxin Cheng Date: Mon, 23 Aug 2021 01:46:31 +0000 (+0800) Subject: crimson/errorator: remove unecessary template param X-Git-Tag: v17.1.0~1036^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd3cb2f67c2d799ed71e30ec9c5ea645aeffa059;p=ceph.git crimson/errorator: remove unecessary template param Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 4ee7025e8351..95deda1fcaaa 100644 --- a/src/crimson/common/errorator.h +++ b/src/crimson/common/errorator.h @@ -914,7 +914,7 @@ public: } private: - template > + template class futurize { using vanilla_futurize = seastar::futurize; @@ -960,10 +960,7 @@ private: }; template