aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/utils/dirty_tracked.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/host/include/uhd/utils/dirty_tracked.hpp b/host/include/uhd/utils/dirty_tracked.hpp
index 3a3397f38..f01593d50 100644
--- a/host/include/uhd/utils/dirty_tracked.hpp
+++ b/host/include/uhd/utils/dirty_tracked.hpp
@@ -44,13 +44,7 @@ public:
{
}
- /*!
- * Copy ctor: Assign source to this type
- */
- dirty_tracked(const dirty_tracked& source)
- {
- *this = source;
- }
+ dirty_tracked(const uhd::dirty_tracked<data_t>&) = default;
/*!
* Get underlying data