Commit 56434b63 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove double declaration.

parent a7f9d8bf
......@@ -633,7 +633,6 @@ send_self_retract(struct network *net)
int i;
if(net == NULL) {
int i;
for(i = 0; i < numnets; i++)
send_self_retract(&nets[i]);
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment