From e14a08d7341a06ac93e0141efc1b465c93a2be20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 1 Sep 2023 00:02:25 +0200 Subject: [PATCH] Remove unused typedef from Benchmark::Environment --- src/catch2/benchmark/catch_environment.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/catch2/benchmark/catch_environment.hpp b/src/catch2/benchmark/catch_environment.hpp index de4d77df..5d3816a5 100644 --- a/src/catch2/benchmark/catch_environment.hpp +++ b/src/catch2/benchmark/catch_environment.hpp @@ -27,7 +27,6 @@ namespace Catch { }; template struct Environment { - using clock_type = Clock; EnvironmentEstimate> clock_resolution; EnvironmentEstimate> clock_cost; };