diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/sid.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
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()); |