diff --git a/src/Interpreters/InterpreterCreateQuery.cpp b/src/Interpreters/InterpreterCreateQuery.cpp index 50536b66185..43e933d4400 100644 --- a/src/Interpreters/InterpreterCreateQuery.cpp +++ b/src/Interpreters/InterpreterCreateQuery.cpp @@ -76,8 +76,6 @@ #include -#define MAX_FIXEDSTRING_SIZE_WITHOUT_SUSPICIOUS 256 - namespace DB {