From ca81898889ae7fa3c2b7b2cdd67213a45dc82282 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 8 Feb 2018 16:18:23 -0800 Subject: fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cpp --- host/lib/usrp/mpmd/mpmd_impl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/lib/usrp/mpmd/mpmd_impl.cpp') diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index 662676203..4b6d49a8b 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -32,8 +32,6 @@ namespace { const double MPMD_CHDR_MAX_RTT = 0.02; //! MPM Compatibility number const std::vector MPM_COMPAT_NUM = {1, 1}; - //! Timeout value for the update_component RPC call (ms) - const size_t MPMD_UPDATE_COMPONENT_TIMEOUT = 20000; /************************************************************************* * Helper functions -- cgit v1.2.3