cpp-common/bt2: remove redundant assertions
[babeltrace.git] / src / cpp-common / bt2 / borrowed-object-iterator.hpp
index 46e68c161f60d8e2019beb05ca48af9c03bcf1c5..3602a4e9101910e861e8132c86f01f9e7718a29a 100644 (file)
@@ -73,7 +73,6 @@ public:
 
     Object operator*() const noexcept
     {
-        BT_ASSERT_DBG(_mIdx < _mContainer.length());
         return _mContainer[_mIdx];
     }
 
This page took 0.023489 seconds and 4 git commands to generate.