diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-03-19 14:56:23 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-04-24 11:55:05 -0700 |
commit | 32869d2f345c38a17647b8b430f46e932992cbbe (patch) | |
tree | de3f1730cd9b2b161318d80d5bf46caf1c7635ea /host/lib/include | |
parent | fdbca81b04e0d19c745962a1f7269b90cf4dbf24 (diff) | |
download | uhd-32869d2f345c38a17647b8b430f46e932992cbbe.tar.gz uhd-32869d2f345c38a17647b8b430f46e932992cbbe.tar.bz2 uhd-32869d2f345c38a17647b8b430f46e932992cbbe.zip |
include: Remove BOOST_VERSION hacks for 1.58
This removes all version hacks that were required for Boost versions
1.53 through 1.58 (since we now require 1.58).
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp b/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp index 76f9e0fb9..4d2baf800 100644 --- a/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp +++ b/host/lib/include/uhdlib/usrp/cores/gpio_atr_3000.hpp @@ -15,11 +15,6 @@ #include <uhdlib/usrp/gpio_defs.hpp> #include <uhd/types/wb_iface.hpp> #include <boost/shared_ptr.hpp> -#if BOOST_VERSION >= 105600 -#include <boost/core/noncopyable.hpp> -#else -#include <boost/noncopyable.hpp> -#endif namespace uhd { namespace usrp { namespace gpio_atr { |