* src/vm/jit/verify/typecheck-common.c (typecheck_init_flags): Removed
authoredwin <none@none>
Mon, 30 Oct 2006 10:32:39 +0000 (10:32 +0000)
committeredwin <none@none>
Mon, 30 Oct 2006 10:32:39 +0000 (10:32 +0000)
set-but-not-used variable `i`.

src/vm/jit/verify/typecheck-common.c

index 660ecb7ef4ae1041b7531449931900323b3b5d4a..ea2cf60836ff6636d926a48841638f9246671859 100644 (file)
@@ -174,12 +174,10 @@ void typecheck_print_statistics(FILE *file) {
 
 void typecheck_init_flags(verifier_state *state, s4 minflags)
 {
-       s4 i;
        basicblock *block;
 
     /* set all BBFINISHED blocks to BBTYPECHECK_UNDEF. */
        
-    i = state->basicblockcount;
     for (block = state->basicblocks; block; block = block->next) {
                
 #ifdef TYPECHECK_DEBUG