From bd3cb2f67c2d799ed71e30ec9c5ea645aeffa059 Mon Sep 17 00:00:00 2001 From: Yingxin Cheng Date: Mon, 23 Aug 2021 09:46:31 +0800 Subject: [PATCH] crimson/errorator: remove unecessary template param Signed-off-by: Yingxin Cheng --- src/crimson/common/errorator.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 4ee7025e83519..95deda1fcaaa7 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