|
From: Nicholas N. <nj...@ca...> - 2004-07-03 20:27:44
|
CVS commit by nethercote:
Remove unused variable.
M +0 -3 cg_main.c 1.68
--- valgrind/cachegrind/cg_main.c #1.67:1.68
@@ -792,5 +792,4 @@ UCodeBlock* SK_(instrument)(UCodeBlock*
Addr helper;
Int argc;
- UInt stack_used;
Bool BB_seen_before = False;
Bool instrumented_Jcond = False;
@@ -1011,6 +1010,4 @@ UCodeBlock* SK_(instrument)(UCodeBlock*
* hasn't been initialised before. Then call appropriate sim
* function, passing it the CC address. */
- stack_used = 0;
-
sk_assert(x86_instr_size >= 1 &&
x86_instr_size <= MAX_x86_INSTR_SIZE);
|