1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Remove some unused variables.

Thanks to @ch3root again for this patch.
This commit is contained in:
Simon Tatham
2016-01-26 18:36:26 +00:00
parent 0f1cab3182
commit 70f641f845
4 changed files with 1 additions and 8 deletions

View File

@ -325,9 +325,7 @@ static void proc_rec_opt(Telnet telnet, int cmd, int option)
static void process_subneg(Telnet telnet)
{
unsigned char b[2048], *p, *q;
int var, value, n;
char *e;
switch (telnet->sb_opt) {
case TELOPT_OLD_ENVIRON: