Eliminate connObj.

This commit is contained in:
Gregory John Casamento 2020-07-18 23:23:45 -04:00
parent 39b82a024f
commit 8daa604408

View file

@ -720,9 +720,8 @@
{
NSMapTable *mapTable = [NSMapTable strongToWeakObjectsMapTable];
FOR_IN (NSXMLElement*, connObj, connectionsArray)
FOR_IN (NSXMLElement*, connections, connectionsArray)
{
NSXMLElement *connections = (NSXMLElement *)connObj;
NSArray *children = [connections children]; // there should be only one per set.
FOR_IN (id, obj, children)