mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove incorrectly defaulted functions:
* The functions removed in this commit were explicitly defaulted but implicitly deleted
This commit is contained in:
@@ -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&
|
||||
|
||||
Reference in New Issue
Block a user