Remove incorrectly defaulted functions:

* The functions removed in this commit were explicitly defaulted
  but implicitly deleted
This commit is contained in:
seelabs
2019-03-18 12:57:35 -04:00
committed by Nik Bougalis
parent 8ef5b9bab4
commit d8c450d272
4 changed files with 0 additions and 10 deletions

View File

@@ -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&