mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
Remove redundant forward declaration from IDataPartStorage.h
This commit is contained in:
parent
cb687e2569
commit
3c299dc684
@ -55,8 +55,6 @@ struct MergeTreeDataPartChecksums;
|
||||
class IReservation;
|
||||
using ReservationPtr = std::unique_ptr<IReservation>;
|
||||
|
||||
class IStoragePolicy;
|
||||
|
||||
class IDisk;
|
||||
using DiskPtr = std::shared_ptr<IDisk>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user