Skip to content

Commit cdfdd26

Browse files
committed
Fix after rebase
1 parent 763c860 commit cdfdd26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Storages/ObjectStorage/StorageObjectStorageStableTaskDistributor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ namespace DB
1616
class StorageObjectStorageStableTaskDistributor
1717
{
1818
public:
19-
using IObjectIterator = StorageObjectStorageSource::IIterator;
20-
using ObjectInfoPtr = StorageObjectStorage::ObjectInfoPtr;
21-
2219
StorageObjectStorageStableTaskDistributor(
2320
std::shared_ptr<IObjectIterator> iterator_,
2421
std::optional<std::vector<std::string>> ids_of_nodes_);

0 commit comments

Comments
 (0)