1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-07-30 12:20:34 +02:00
commit 1e140aee93
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ TRI_shape_aid_t VocShaper::findOrCreateAttributeByName (char const* name) {
THROW_ARANGO_EXCEPTION(slotInfo.errorCode); THROW_ARANGO_EXCEPTION(slotInfo.errorCode);
} }
void* f; void* TRI_UNUSED f;
{ {
WRITE_LOCKER(_attributeIdsLock); WRITE_LOCKER(_attributeIdsLock);
f = TRI_InsertKeyAssociativePointer(&_attributeIds, &aid, const_cast<void*>(slotInfo.mem), false); f = TRI_InsertKeyAssociativePointer(&_attributeIds, &aid, const_cast<void*>(slotInfo.mem), false);