1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Remove assorted dead code.

Assignments that are overwritten shortly afterwards and never used,
and a completely unused variable. Also, the bogus array access in
testbn.c could have actually accessed one beyond the array limit
(though of course it's only in a test harness).
This commit is contained in:
Simon Tatham
2017-02-14 20:22:05 +00:00
parent b03020cab9
commit f2e76e07da
4 changed files with 1 additions and 12 deletions

View File

@ -82,8 +82,6 @@ int main(int argc, char **argv)
val = val * 16 + fromxdigit(start[i+1]);
*q++ = val;
}
ptrs[ptrnum] = q;
}
if (!strcmp(buf, "mul")) {