remove crufty comment

This commit is contained in:
Andrew Meadows 2019-02-28 14:38:13 -08:00
parent 33d6e2ce3b
commit 8a7853a701

View file

@ -781,7 +781,6 @@ void EntityTree::processRemovedEntities(const DeleteEntityOperator& theOperator)
_simulation->prepareEntityForDelete(theEntity);
}
// keep a record of valid stale spaceIndices so they can be removed from the Space
int32_t spaceIndex = theEntity->getSpaceIndex();
if (spaceIndex != -1) {
// stale spaceIndices will be freed later