From 8e5a81e2096887d7581fd232fb86cc303ca6ecc6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 5 Sep 2016 15:00:51 -0700 Subject: transport: Removed conditional compiles for terminator APIs --- host/lib/usrp/device3/device3_io_impl.cpp | 2 -- host/lib/usrp/x300/x300_io_impl.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'host/lib/usrp') 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 #include 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 . // -#define DEVICE3_STREAMER - #include "x300_regs.hpp" #include "x300_impl.hpp" #include "../../transport/super_recv_packet_handler.hpp" -- cgit v1.2.3