1
0
Fork 0

fixed after merge

This commit is contained in:
jsteemann 2017-01-27 13:55:50 +01:00
parent bbca3dde1c
commit 67ac80a469
1 changed files with 0 additions and 1 deletions

View File

@ -596,7 +596,6 @@ LogicalCollection::LogicalCollection(TRI_vocbase_t* vocbase,
StorageEngine* engine = EngineSelectorFeature::ENGINE;
if (_path.empty()) {
_path = engine->createCollection(_vocbase, _cid, this);
ensureRevisionsCache();
}
}