1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 18:17:32 -05:00

Remove a couple of unused variables.

[originally from svn r8393]
This commit is contained in:
Jacob Nevins
2009-01-06 00:16:35 +00:00
parent e4027368fd
commit 2550cd617c
2 changed files with 0 additions and 3 deletions

View File

@ -305,7 +305,6 @@ int main(int argc, char **argv)
* Override the default protocol if PLINK_PROTOCOL is set.
*/
char *p = getenv("PLINK_PROTOCOL");
int i;
if (p) {
const Backend *b = backend_from_name(p);
if (b) {