8000 remove invalid assertions (#4669) · ashang/arangodb@c609a4f · GitHub
[go: up one dir, main page]

Skip to content

Commit c609a4f

Browse files
graetzerjsteemann
authored andcommitted
remove invalid assertions (arangodb#4669)
1 parent cde96d9 commit c609a4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arangod/RocksDBEngine/RocksDBCollection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,6 @@ arangodb::Result RocksDBCollection::lookupDocumentVPack(
15761576
<< " seq: " << mthd->readOptions().snapshot->GetSequenceNumber()
15771577
<< " objectID " << _objectId << " name: " << _logicalCollection->name();
15781578
mdr.reset();
1579-
TRI_ASSERT(false);
15801579
}
15811580
return res;
15821581
}
@@ -1638,7 +1637,6 @@ arangodb::Result RocksDBCollection::lookupDocumentVPack(
16381637
<< "NOT FOUND rev: " << documentId.id() << " trx: " << trx->state()->id()
16391638
<< " seq: " << mthd->readOptions().snapshot->GetSequenceNumber()
16401639
<< " objectID " << _objectId << " name: " << _logicalCollection->name();
1641-
TRI_ASSERT(false);
16421640
}
16431641
return res;
16441642
}

0 commit comments

Comments
 (0)
0