Remove unused setting

This commit is contained in:
Yarik Briukhovetskyi 2024-03-28 17:22:14 +01:00 committed by GitHub
parent f1ae99b113
commit e2b0fde0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,6 @@ namespace ErrorCodes
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int CANNOT_RESTORE_TABLE;
extern const int NOT_IMPLEMENTED;
extern const int SETTING_CONSTRAINT_VIOLATION;
}
class MemorySink : public SinkToStorage