Remove unused typedef from Benchmark::Environment

This commit is contained in:
Martin Hořeňovský 2023-09-01 00:02:25 +02:00
parent 9bba07cb87
commit e14a08d734
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ namespace Catch {
};
template <typename Clock>
struct Environment {
using clock_type = Clock;
EnvironmentEstimate<FloatDuration<Clock>> clock_resolution;
EnvironmentEstimate<FloatDuration<Clock>> clock_cost;
};