aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-09-05 15:00:51 -0700
committerMartin Braun <martin.braun@ettus.com>2016-09-05 15:03:17 -0700
commit8e5a81e2096887d7581fd232fb86cc303ca6ecc6 (patch)
treef12308386319067c59ac9a6a5c98c1e9b26ba451 /host/lib/usrp
parent83912104a9c1ab3631f755a4d98ee86e195db690 (diff)
downloaduhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.tar.gz
uhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.tar.bz2
uhd-8e5a81e2096887d7581fd232fb86cc303ca6ecc6.zip
transport: Removed conditional compiles for terminator APIs
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/device3/device3_io_impl.cpp2
-rw-r--r--host/lib/usrp/x300/x300_io_impl.cpp2
2 files changed, 0 insertions, 4 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>
diff --git a/host/lib/usrp/x300/x300_io_impl.cpp b/host/lib/usrp/x300/x300_io_impl.cpp
index 614a98590..1584cee24 100644
--- a/host/lib/usrp/x300/x300_io_impl.cpp
+++ b/host/lib/usrp/x300/x300_io_impl.cpp
@@ -15,8 +15,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#define DEVICE3_STREAMER
-
#include "x300_regs.hpp"
#include "x300_impl.hpp"
#include "../../transport/super_recv_packet_handler.hpp"