1
0
Fork 0

remove useless assertion.

This commit is contained in:
Willi Goesgens 2015-05-06 11:28:09 +02:00
parent 23739df0aa
commit a91252e53a
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ static int WriteDropCollectionMarker (TRI_vocbase_t* vocbase,
static bool UnregisterCollection (TRI_vocbase_t* vocbase,
TRI_vocbase_col_t* collection) {
TRI_ASSERT(collection != nullptr);
TRI_ASSERT(collection->_name != nullptr);
TRI_WRITE_LOCK_COLLECTIONS_VOCBASE(vocbase);