From 27f2aa86ac2458e8dfaca5b50aeb31d7dd710257 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 19 Dec 2017 16:24:06 -0800 Subject: n310: Move SID framing all the way to n310.py MPM will now no longer keep a SID framer variable. Reviewed-by: Trung Tran Reviewed-by: Brent Stapleton --- host/lib/usrp/mpmd/mpmd_impl.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/usrp/mpmd/mpmd_impl.hpp') diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index 7b81be0f6..fe98b0329 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -219,9 +219,6 @@ public: //! A counter for distributing local addresses to crossbars // No-one touches this except allocate_xbar_local_addr(), gotcha? size_t _xbar_local_addr_ctr = 2; - - // TODO make sure this can't wrap - size_t _sid_framer; }; }} /* namespace uhd::mpmd */ -- cgit v1.2.3