- removed unused variable

pull/244/head
Michael Zillgith 5 years ago
parent af68f8c03d
commit 1fc63d057f

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

Loading…
Cancel
Save