diff --git a/dbms/src/Interpreters/TextLog.h b/dbms/src/Interpreters/TextLog.h index 31ce514c340..34f40ffe5f1 100644 --- a/dbms/src/Interpreters/TextLog.h +++ b/dbms/src/Interpreters/TextLog.h @@ -34,5 +34,4 @@ class TextLog : public SystemLog using SystemLog::SystemLog; }; - }