cpp-common/bt2: remove useless copy operations
[babeltrace.git] / src / cpp-common / bt2 / clock-class.hpp
index 35ddfbfa9ec9b92ecb84437909e48623f1b6d7ee..bd127dfa673a0e58cde6f43597111884520d13a6 100644 (file)
@@ -72,9 +72,6 @@ public:
     {
     }
 
-    ClockClassOffset(const ClockClassOffset&) noexcept = default;
-    ClockClassOffset& operator=(const ClockClassOffset&) noexcept = default;
-
     std::int64_t seconds() const noexcept
     {
         return _mSeconds;
This page took 0.022617 seconds and 4 git commands to generate.