diff --git a/src/beast/extras/beast/unit_test/recorder.hpp b/src/beast/extras/beast/unit_test/recorder.hpp index f8587bcbf..dd5fcbe9a 100644 --- a/src/beast/extras/beast/unit_test/recorder.hpp +++ b/src/beast/extras/beast/unit_test/recorder.hpp @@ -24,8 +24,6 @@ private: public: recorder() = default; - recorder(recorder const&) = default; - recorder& operator=(recorder const&) = default; /** Returns a report with the results of all completed suites. */ results const& diff --git a/src/ripple/app/paths/impl/DirectStep.cpp b/src/ripple/app/paths/impl/DirectStep.cpp index 1dfbf10d9..ab5627f68 100644 --- a/src/ripple/app/paths/impl/DirectStep.cpp +++ b/src/ripple/app/paths/impl/DirectStep.cpp @@ -220,8 +220,6 @@ private: class DirectIPaymentStep : public DirectStepI { public: - explicit DirectIPaymentStep() = default; - using DirectStepI::DirectStepI; using DirectStepI::check; @@ -265,8 +263,6 @@ public: class DirectIOfferCrossingStep : public DirectStepI { public: - explicit DirectIOfferCrossingStep() = default; - using DirectStepI::DirectStepI; using DirectStepI::check; diff --git a/src/ripple/app/paths/impl/XRPEndpointStep.cpp b/src/ripple/app/paths/impl/XRPEndpointStep.cpp index bcff388d0..8e3ad4d57 100644 --- a/src/ripple/app/paths/impl/XRPEndpointStep.cpp +++ b/src/ripple/app/paths/impl/XRPEndpointStep.cpp @@ -166,8 +166,6 @@ private: class XRPEndpointPaymentStep : public XRPEndpointStep { public: - explicit XRPEndpointPaymentStep() = default; - using XRPEndpointStep::XRPEndpointStep; XRPAmount diff --git a/src/ripple/ledger/Directory.h b/src/ripple/ledger/Directory.h index 2ded082a9..a0bb0135f 100644 --- a/src/ripple/ledger/Directory.h +++ b/src/ripple/ledger/Directory.h @@ -60,8 +60,6 @@ public: using iterator_category = std::forward_iterator_tag; - const_iterator() = default; - bool operator==(const_iterator const& other) const;