aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-23 11:52:32 -0800
committerMartin Braun <martin.braun@ettus.com>2016-11-28 12:17:12 -0800
commit33c0b32db12ee154b1090360fbf76634590fdd3e (patch)
tree1b55e6ca5ea2d08cb5cb2057b900e1bc43a95618 /host/lib/usrp/usrp2/usrp2_iface.cpp
parentda2c235bdaddd1f4aa576f08d9ab8e47a25e03e5 (diff)
downloaduhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.gz
uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.bz2
uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.zip
lib: Removed more superfluous variables
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.cpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_iface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.cpp b/host/lib/usrp/usrp2/usrp2_iface.cpp
index 522d6c6d0..021f0e3e5 100644
--- a/host/lib/usrp/usrp2/usrp2_iface.cpp
+++ b/host/lib/usrp/usrp2/usrp2_iface.cpp
@@ -62,7 +62,7 @@ static const uint32_t MIN_PROTO_COMPAT_I2C = 7;
// The register compat number must reflect the protocol compatibility
// and the compatibility of the register mapping (more likely to change).
static const uint32_t MIN_PROTO_COMPAT_REG = 10;
-static const uint32_t MIN_PROTO_COMPAT_UART = 7;
+//static const uint32_t MIN_PROTO_COMPAT_UART = 7;
class usrp2_iface_impl : public usrp2_iface{
public: