Fix style check

This commit is contained in:
Kseniia Sumarokova 2024-03-27 11:25:58 +01:00 committed by GitHub
parent a0a7f23c21
commit af66e1f7c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,6 @@ namespace DB
struct FileCacheReserveStat;
class EvictionCandidates;
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class IFileCachePriority : private boost::noncopyable
{
public: