Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jan 17, 2024
1 parent f092475 commit 05af0d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/Interpreters/InterpreterModifyEngineQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ namespace DB

namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int INCORRECT_QUERY;
extern const int NOT_IMPLEMENTED;
extern const int TABLE_IS_READ_ONLY;
extern const int BAD_ARGUMENTS;
extern const int UNKNOWN_TABLE;
}
Expand Down
5 changes: 0 additions & 5 deletions src/Parsers/ASTModifyEngineQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

namespace DB
{
namespace ErrorCodes
{
extern const int UNEXPECTED_AST_STRUCTURE;
}

/** Get the text that identifies this element. */
String ASTModifyEngineQuery::getID(char delim) const
{
Expand Down

0 comments on commit 05af0d5

Please sign in to comment.