- removed unused variable

pull/239/head
Michael Zillgith 5 years ago
parent b0fbf9f3a3
commit 94dcbb0119

@ -370,7 +370,6 @@ handleClientConnections(IsoServer self)
#endif
LinkedList openConnection = LinkedList_getNext(self->openClientConnections);
LinkedList lastConnection = self->openClientConnections;
while (openConnection != NULL) {
IsoConnection isoConnection = (IsoConnection) openConnection->data;

Loading…
Cancel
Save