warning: unused variable ‘idx’

This commit is contained in:
Scott Giese 2020-11-23 16:05:03 -06:00
parent cc8b2bbf72
commit f6e63e1831

View File

@ -103,7 +103,6 @@ namespace simgear
deleted_recipients.clear();
receiveDepth++;
int idx = 0;
for (RecipientList::iterator i = recipient_list.begin(); i != recipient_list.end(); i++)
{
temp.push_back(*i);