]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove assorted dead code.
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 20:22:05 +0000 (20:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 22:18:01 +0000 (22:18 +0000)
commitf2e76e07dad155a2fdc68930a2e96d6aa2682391
tree4f831e665f74dff7e640d103fcd027939e294725
parentb03020cab9297c53d1a65a497910ea7a988b94e7
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).
import.c
sshzlib.c
testbn.c
windows/winutils.c