Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Mar 13, 2024
1 parent f592eb9 commit 5c3b8a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ class TCopyTable: public TSubOperation {
return AppData()->AllowShadowDataInSchemeShardForTests;
}

void SetLocalSequences(const THashSet<TString>& localSequences) {
LocalSequences = localSequences;
}

THolder<TProposeResponse> Propose(const TString& owner, TOperationContext& context) override {
const TTabletId ssId = context.SS->SelfTabletId();

Expand Down

0 comments on commit 5c3b8a8

Please sign in to comment.