From a2b3955e99df426826b922f3bfab41b18324aad0 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 9 Feb 2018 12:17:08 -0800 Subject: mpmd: Fix compiler issues - Initialization of device_addr_t from another using auto doesn't work across compilers - Moved MPMD_DISC_RESPONSE_PREAMBLE to mpmd_find where it belongs --- 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 291ee7fdd..71ad67d65 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -192,9 +192,6 @@ public: static const std::string MPM_ECHO_CMD; //! This is the RPC command that will return the last known error from MPM. static const std::string MPM_RPC_GET_LAST_ERROR_CMD; - //! The preamble for any response on the discovery port. Can be used to - // verify that the response is actually an MPM device. - static constexpr char MPM_DISC_RESPONSE_PREAMBLE[] = "USRP-MPM"; /************************************************************************** * Structors -- cgit v1.2.3