diff --git a/src/Interpreters/Cache/IFileCachePriority.h b/src/Interpreters/Cache/IFileCachePriority.h index ddb1cf3c409..ff06f17ce36 100644 --- a/src/Interpreters/Cache/IFileCachePriority.h +++ b/src/Interpreters/Cache/IFileCachePriority.h @@ -14,11 +14,6 @@ namespace DB struct FileCacheReserveStat; class EvictionCandidates; -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - class IFileCachePriority : private boost::noncopyable { public: