Having now compiled the last few days' changes with MSVC, it's turned
[u/mdw/putty] / tree234.c
index 1aac3a6..9d1d7b0 100644 (file)
--- a/tree234.c
+++ b/tree234.c
@@ -572,7 +572,6 @@ static void *delpos234_internal(tree234 *t, int index) {
     LOG(("deleting item %d from tree %p\n", index, t));
     while (1) {
        while (n) {
-           int c;
            int ki;
            node234 *sub;