diff --git a/include/xrpl/ledger/ApplyView.h b/include/xrpl/ledger/ApplyView.h index d1e3fa8c6e..74543a0dc0 100644 --- a/include/xrpl/ledger/ApplyView.h +++ b/include/xrpl/ledger/ApplyView.h @@ -402,10 +402,6 @@ struct ApplyViewContext { ApplyView& view; STTx const& tx; - - ApplyViewContext(ApplyViewContext const&) = delete; - ApplyViewContext& - operator=(ApplyViewContext const&) = delete; }; namespace directory {