Skip to content

Commit 483ff2c

Browse files
committed
clean up
1 parent 5062536 commit 483ff2c

File tree

1 file changed

+0
-4
lines changed
  • ydb/core/tx/columnshard/engines/reader/common_reader/iterator

1 file changed

+0
-4
lines changed

ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ class IFetchingStep: public TNonCopyable {
9595
Signals.AddBytes(size);
9696
}
9797

98-
virtual bool Merge(const std::shared_ptr<const IFetchingStep>& /*nextStep*/) {
99-
return false;
100-
}
101-
10298
virtual ~IFetchingStep() = default;
10399

104100
[[nodiscard]] TConclusion<bool> ExecuteInplace(const std::shared_ptr<IDataSource>& source, const TFetchingScriptCursor& step) const {

0 commit comments

Comments
 (0)