ExecuteScalarSubqueriesVisitor fix error code style check

This commit is contained in:
Maksim Kita 2021-05-28 23:58:41 +03:00
parent 3824ba656c
commit 6aa3137c86

View File

@ -25,7 +25,6 @@ namespace DB
namespace ErrorCodes
{
extern const int INCORRECT_RESULT_OF_SCALAR_SUBQUERY;
extern const int TOO_MANY_ROWS;
}