diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-05 12:17:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-05 12:17:06 -0800 |
commit | 283067dea28c2082b71793706f582ce96e667370 (patch) | |
tree | 2e728f479a2c64e4afc91ec264bd5d8822efb057 /host/lib/types.cpp | |
parent | 03f4ce0fb260b8ebf7982a896fbd2ce8ab4c9c5a (diff) | |
download | uhd-283067dea28c2082b71793706f582ce96e667370.tar.gz uhd-283067dea28c2082b71793706f582ce96e667370.tar.bz2 uhd-283067dea28c2082b71793706f582ce96e667370.zip |
uhd: replaced templated ranges with one range thing using doubles only to avoid trouble with compiler portability
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r-- | host/lib/types.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp index 9e4a26c23..8ccb664d5 100644 --- a/host/lib/types.cpp +++ b/host/lib/types.cpp @@ -21,7 +21,6 @@ #include <uhd/types/clock_config.hpp> #include <uhd/types/stream_cmd.hpp> #include <uhd/types/metadata.hpp> -#include <uhd/types/ranges.hpp> #include <uhd/types/time_spec.hpp> #include <uhd/types/device_addr.hpp> #include <uhd/types/mac_addr.hpp> @@ -41,14 +40,6 @@ using namespace uhd; /*********************************************************************** - * ranges template instantiation - **********************************************************************/ -#ifdef UHD_USE_EXIM_TMPL -template struct uhd::meta_range_t<float>; -template struct uhd::meta_range_t<double>; -#endif - -/*********************************************************************** * tune request **********************************************************************/ tune_request_t::tune_request_t(double target_freq): |