diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/time_spec.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
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<time_spec_t>, boost::totally_ordered<time_spec_t>{ 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) |