diff --git a/src/include/utils/helpers.hpp b/src/include/utils/helpers.hpp index 609791b..e1e94f1 100644 --- a/src/include/utils/helpers.hpp +++ b/src/include/utils/helpers.hpp @@ -35,7 +35,6 @@ bool ShouldRun(TableFunctionInput &input); template struct CallFunctionHelper; - template <> struct CallFunctionHelper { static std::string call(ClientContext &context, TableFunctionInput &input, std::string (*f)(ClientContext &)) {