diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-01-11 10:50:00 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-04 08:18:41 -0600 |
commit | 01e65903c2e17ead3318b7ca7a3da7c8a906a3a0 (patch) | |
tree | d9b5881cee2923bcf2e8719dad725443d05c0534 /host/lib/usrp/mpmd | |
parent | 107a49c0c236940da7d3bd0f57da4bc1e2a34cb4 (diff) | |
download | uhd-01e65903c2e17ead3318b7ca7a3da7c8a906a3a0.tar.gz uhd-01e65903c2e17ead3318b7ca7a3da7c8a906a3a0.tar.bz2 uhd-01e65903c2e17ead3318b7ca7a3da7c8a906a3a0.zip |
lib: Remove unused constants
The constants were either commented out, when their value is still
useful to the reader, or removed if not.
Diffstat (limited to 'host/lib/usrp/mpmd')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.cpp b/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.cpp index dcb5d3473..d5be57cd9 100644 --- a/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.cpp +++ b/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.cpp @@ -31,7 +31,6 @@ namespace { //! Maximum CHDR packet size in bytes const size_t MPMD_10GE_DATA_FRAME_MAX_SIZE = 7972; const size_t MPMD_1GE_DATA_FRAME_MAX_SIZE = 1472; -const size_t MPMD_1GE_ASYNCMSG_FRAME_MAX_SIZE = 1472; //! Number of send/recv frames const size_t MPMD_ETH_NUM_FRAMES = 32; |