mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
Getting rid of unused declaration
This commit is contained in:
parent
54a946ee80
commit
cb84b7573b
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ int AgentList::updateList(unsigned char *packetData, size_t dataBytes) {
|
|||
|
||||
bool AgentList::addOrUpdateAgent(sockaddr *publicSocket, sockaddr *localSocket, char agentType, uint16_t agentId) {
|
||||
std::vector<Agent>::iterator agent;
|
||||
uint16_t thisAgentId;
|
||||
|
||||
for (agent = agents.begin(); agent != agents.end(); agent++) {
|
||||
if (agent->matches(publicSocket, localSocket, agentType)) {
|
||||
|
|
Loading…
Reference in a new issue