cpp-common: remove `cfg-*.hpp` and `log-cfg.hpp`
[babeltrace.git] / src / cpp-common / bt2 / integer-range.hpp
index aafc22e55a8012bf6975d96cded9924e987a15af..026e1d5246a5a06061a6888e008052ed4549410c 100644 (file)
@@ -82,16 +82,6 @@ public:
     {
     }
 
-    ConstIntegerRange(const ConstIntegerRange& range) noexcept : _ThisBorrowedObject {range}
-    {
-    }
-
-    ConstIntegerRange& operator=(const ConstIntegerRange& range) noexcept
-    {
-        _ThisBorrowedObject::operator=(range);
-        return *this;
-    }
-
     bool operator==(const ConstIntegerRange& other) const noexcept
     {
         return internal::ConstIntegerRangeSpec<LibObjT>::isEqual(this->libObjPtr(),
This page took 0.022805 seconds and 4 git commands to generate.