From 7fa1f6ed0726ff0f908245e43a01f50620293e8d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 24 Aug 2017 15:48:42 -0700 Subject: uhd: Moved get_system_time outside of public API uhd::get_system_time() is an abstracted way of reading back a time, and is not UHD-specific. As such, there's no reason to keep it in the public part of the API where we're contractually obligated not to touch it. Instead, moving it to the internal API space. --- host/include/uhd/types/time_spec.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/types/time_spec.hpp b/host/include/uhd/types/time_spec.hpp index 768ea106b..8b05f53b5 100644 --- a/host/include/uhd/types/time_spec.hpp +++ b/host/include/uhd/types/time_spec.hpp @@ -29,14 +29,6 @@ namespace uhd{ class UHD_API time_spec_t : boost::additive, boost::totally_ordered{ public: - /*! DEPRECATED -- Will get removed from UHD in future versions. - * - * Get the system time in time_spec_t format. - * Uses the highest precision clock available. - * \return the system time as a time_spec_t - */ - static time_spec_t get_system_time(void); - /*! * Create a time_spec_t from a real-valued seconds count. * \param secs the real-valued seconds count (default = 0) -- cgit v1.2.3