Skip to content

Commit

Permalink
Remove the clear method.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathnandu committed Oct 28, 2024
1 parent 8845c14 commit 5067fc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/common/utility/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,8 @@ class cli_argument_pack {
// utility class to aid relative error measurement of samples
class measurements {
public:
measurements() {
clear();
}
measurements() = default;

measurements(int iterations) {
_time_intervals.reserve(iterations);
}
Expand Down

0 comments on commit 5067fc3

Please sign in to comment.