Update ISerialization.cpp

This commit is contained in:
Kruglov Pavel 2021-11-19 18:13:21 +03:00 committed by avogar
parent 9bee988e16
commit 8391f1f315

View File

@ -15,7 +15,6 @@ namespace DB
namespace ErrorCodes
{
extern const int MULTIPLE_STREAMS_REQUIRED;
extern const int INCORRECT_DATA;
extern const int UNEXPECTED_DATA_AFTER_PARSED_VALUE;
}