cpp-common/bt2: remove redundant assertions
[babeltrace.git] / src / cpp-common / bt2 / field-path.hpp
index 2d4af443a3e5b0e9d6d8c495c1e6c4af455bb240..fc087593b881ecbaef878ccdea4642c4c3884de4 100644 (file)
@@ -82,7 +82,6 @@ public:
 
 inline ConstIndexFieldPathItem ConstFieldPathItem::asIndex() const noexcept
 {
-    BT_ASSERT_DBG(this->isIndex());
     return ConstIndexFieldPathItem {this->libObjPtr()};
 }
 
This page took 0.023152 seconds and 4 git commands to generate.