From d079b656b4719739b2247dcd9d46e9bec793095a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Feb 2023 17:11:34 +0100 Subject: Merging upstream version 1.38.0. Signed-off-by: Daniel Baumann --- ml/ml-private.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'ml/ml-private.h') diff --git a/ml/ml-private.h b/ml/ml-private.h index 2bd72ac5a..e479f2351 100644 --- a/ml/ml-private.h +++ b/ml/ml-private.h @@ -6,21 +6,8 @@ #include "KMeans.h" #include "ml/ml.h" -#include #include #include #include -namespace ml { - -using SteadyClock = std::chrono::steady_clock; -using TimePoint = std::chrono::time_point; - -template -using Duration = std::chrono::duration; - -using Seconds = std::chrono::seconds; - -} // namespace ml - #endif /* ML_PRIVATE_H */ -- cgit v1.2.3