diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-05 15:00:51 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-05 15:03:17 -0700 |
commit | 8e5a81e2096887d7581fd232fb86cc303ca6ecc6 (patch) | |
tree | f12308386319067c59ac9a6a5c98c1e9b26ba451 /host/lib/usrp/device3 | |
parent | 83912104a9c1ab3631f755a4d98ee86e195db690 (diff) | |
download | uhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.tar.gz uhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.tar.bz2 uhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.zip |
transport: Removed conditional compiles for terminator APIs
Diffstat (limited to 'host/lib/usrp/device3')
-rw-r--r-- | host/lib/usrp/device3/device3_io_impl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/device3/device3_io_impl.cpp b/host/lib/usrp/device3/device3_io_impl.cpp index 8c61f8f15..af8ce772f 100644 --- a/host/lib/usrp/device3/device3_io_impl.cpp +++ b/host/lib/usrp/device3/device3_io_impl.cpp @@ -17,8 +17,6 @@ // Provides streaming-related functions which are used by device3 objects. -#define DEVICE3_STREAMER // For the super_*_packet_handlers - #include "device3_impl.hpp" #include <uhd/rfnoc/constants.hpp> #include <uhd/rfnoc/source_block_ctrl_base.hpp> |