|
From: Jeremy F. <je...@go...> - 2005-02-02 00:07:45
|
CVS commit by fitzhardinge:
Actually remove VG_(dispatc_ctr).
M +0 -3 core.h 1.77
M +0 -3 vg_main.c 1.243
--- valgrind/coregrind/core.h #1.76:1.77
@@ -1149,7 +1149,4 @@ extern void VG_(unimplemented) ( Char* m
extern void VG_(start_debugger) ( Int tid );
-/* Counts downwards in vg_run_innerloop. */
-extern UInt VG_(dispatch_ctr);
-
/* --- Counters, for informational purposes only. --- */
--- valgrind/coregrind/vg_main.c #1.242:1.243
@@ -147,7 +147,4 @@ Char** VG_(client_envp);
------------------------------------------------------------------ */
-/* Counts downwards in VG_(run_innerloop). */
-UInt VG_(dispatch_ctr);
-
/* 64-bit counter for the number of basic blocks done. */
ULong VG_(bbs_done);
|