Do little fix for Style check

This commit is contained in:
keenwolf 2021-01-19 14:04:25 +08:00
parent 8463835c41
commit 47fb320651
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include <Poco/File.h>
#include <Poco/Path.h>
#include <Interpreters/Context.h>
#include <fcntl.h>
#include <unistd.h>
namespace DB
@ -15,7 +14,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_COLUMN;
extern const int TOO_LARGE_STRING_SIZE;
extern const int NOT_IMPLEMENTED;
extern const int FILE_DOESNT_EXIST;
extern const int CANNOT_OPEN_FILE;

0
src/Functions/FunctionsConversion.cpp Executable file → Normal file
View File