diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp index cb4b6c1e1a69..db2212d3f627 100644 --- a/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp +++ b/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp @@ -280,10 +280,6 @@ class TCopyTable: public TSubOperation { return AppData()->AllowShadowDataInSchemeShardForTests; } - void SetLocalSequences(const THashSet& localSequences) { - LocalSequences = localSequences; - } - THolder Propose(const TString& owner, TOperationContext& context) override { const TTabletId ssId = context.SS->SelfTabletId();