diff options
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r-- | src/OutputUHD.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h index ed68aaa..36e8b62 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -35,8 +35,6 @@ DESCRIPTION: #pragma once -#define FAKE_UHD 0 - #ifdef HAVE_CONFIG_H # include <config.h> #endif @@ -94,9 +92,7 @@ enum refclk_lock_loss_behaviour_t { CRASH, IGNORE }; struct UHDWorkerData { bool running; -#if FAKE_UHD == 0 uhd::usrp::multi_usrp::sptr myUsrp; -#endif unsigned sampleRate; bool sourceContainsTimestamp; |