diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-04 13:09:17 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-02 05:49:53 -0800 |
commit | 902c8456fbd13e85b930eae423e24b7abfc81869 (patch) | |
tree | cff64043a406385b0c2e649ceec88431c544d271 /host/include | |
parent | 9f9c75ecd6e4a318dad5c378fbf260c8fd8c2922 (diff) | |
download | uhd-902c8456fbd13e85b930eae423e24b7abfc81869.tar.gz uhd-902c8456fbd13e85b930eae423e24b7abfc81869.tar.bz2 uhd-902c8456fbd13e85b930eae423e24b7abfc81869.zip |
x300: Remove usage of CHDR_MAX_LEN_HDR
This constant was generally harmful, since it was only correct under
certain circumstances (64 bit CHDR with timestamps). The X3x0 code was
the last place it was being used, and we remove it without substitute
because it was not doing anything useful here.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/defaults.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/include/uhd/rfnoc/defaults.hpp b/host/include/uhd/rfnoc/defaults.hpp index afc018810..02cd00dbe 100644 --- a/host/include/uhd/rfnoc/defaults.hpp +++ b/host/include/uhd/rfnoc/defaults.hpp @@ -12,9 +12,6 @@ namespace uhd { namespace rfnoc { -// FIXME come up with a better place for this -static const size_t CHDR_MAX_LEN_HDR = 16; - static const std::string CLOCK_KEY_GRAPH("__graph__"); static const std::string PROP_KEY_DECIM("decim"); |