remove illegal final definition

This commit is contained in:
Arthur Passos 2022-11-17 10:32:50 -03:00
parent 27d63405f2
commit 5b84a4fb09

View File

@ -34,7 +34,6 @@ namespace ErrorCodes
extern const int UNKNOWN_STORAGE;
extern const int NO_REPLICA_NAME_GIVEN;
extern const int CANNOT_EXTRACT_TABLE_STRUCTURE;
extern const int ILLEGAL_FINAL;
}