From 9164456e34697ddd233b18cbc71f6d403719689e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 13:54:16 -0500 Subject: [PATCH] (bc_emit_bytecode): Remove decl of unused variable NPUSHES. From-SVN: r6869 --- gcc/bc-emit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 35d117af7c0..f770c1e9bcf 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -865,7 +865,6 @@ bc_emit_bytecode (bytecode) enum bytecode_opcode bytecode; { char byte; - int npushes = arityvec[(int) bytecode].noutputs - arityvec[(int) bytecode].ninputs; static int prev_lineno = -1; byte = bytecode; @@ -931,8 +930,6 @@ bc_emit_instruction VPROTO((enum bytecode_opcode opcode, ...)) /* Loop literals and emit as bytecode constants */ for (nliteral = 0; nliteral < arityvec[instruction].nliterals; nliteral++) { - HOST_WIDE_INT literal; - switch (arityvec[instruction].literals[nliteral]) { /* This conditional is a kludge, but it's necessary -- 2.30.2