Displaying 1 result from an estimated 1 matches for "functionless".
Did you mean:
functiones
2014 Sep 08
1
possible deadcodes in sources
...return 0;
}
close(tmp1);
* sshkey.c:1321:dead_error_line ? Execution cannot reach this statement "break;".
code:
retval = 0;
/*XXXX*/
sshkey_free(k);
if (retval != 0)
break;
XXXX here probably means fix in future, but the last two lines seem to be functionless
* clientloop.c:2087:dead_error_line ? Execution cannot reach this expression "81" inside statement "packet_start((success ? 81 ...".
I hope that it makes sense.
--
Petr Lautrbach