From f7cb6ee0d67afaed499cec9e8e8d0d481a65dd29 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 1 Jun 2019 12:31:17 -0700 Subject: lib: Simplify implementation of uhd::get_system_time() to use uhd::get_system_time() is currently only used in USRP1 code, and it turns out that our "optimized", platform-dependent implementation still is a little slower than straight-up chrono. We therefore remove all the special cases, and replace them with a single, standard solution. --- host/tests/system_time_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/system_time_test.cpp') diff --git a/host/tests/system_time_test.cpp b/host/tests/system_time_test.cpp index 3f4f8a814..5e39604c8 100644 --- a/host/tests/system_time_test.cpp +++ b/host/tests/system_time_test.cpp @@ -4,8 +4,8 @@ // SPDX-License-Identifier: GPL-3.0+ // -#include "system_time.hpp" #include +#include #include #include #include -- cgit v1.2.3