From 7193670fb3abaf92b5464d466adfea4cf6f888ee Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 15 Feb 2019 16:05:47 -0800 Subject: types: sid: Remove duplicate operator=() This fixes a warning about multiple operators. Doesn't change any functionality. --- host/include/uhd/types/sid.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/types/sid.hpp b/host/include/uhd/types/sid.hpp index fe3ac1ac7..09f4b74b9 100644 --- a/host/include/uhd/types/sid.hpp +++ b/host/include/uhd/types/sid.hpp @@ -198,12 +198,6 @@ public: return *this; } - sid_t operator=(sid_t& sid) - { - set_sid(sid.get_sid()); - return *this; - } - sid_t operator=(const sid_t& sid) { set_sid(sid.get_sid()); -- cgit v1.2.3