|
From: <sv...@va...> - 2005-10-19 23:49:26
|
Author: sewardj
Date: 2005-10-20 00:49:20 +0100 (Thu, 20 Oct 2005)
New Revision: 4950
Log:
rm unused var
Modified:
trunk/cachegrind/cg_main.c
Modified: trunk/cachegrind/cg_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/cg_main.c 2005-10-19 23:38:22 UTC (rev 4949)
+++ trunk/cachegrind/cg_main.c 2005-10-19 23:49:20 UTC (rev 4950)
@@ -170,8 +170,6 @@
static Int fn_debugs =3D 0;
static Int no_debugs =3D 0;
=20
-static Int BB_retranslations =3D 0;
-
/*------------------------------------------------------------*/
/*--- String table operations ---*/
/*------------------------------------------------------------*/
@@ -1226,8 +1224,6 @@
fn_debugs * 100 / debug_lookups, fn_debugs);
VG_(message)(Vg_DebugMsg, "cachegrind: with zero info:%3d%% =
(%d)",=20
no_debugs * 100 / debug_lookups, no_debugs);
- VG_(message)(Vg_DebugMsg, "cachegrind: BBs Retranslated: %d",
- BB_retranslations);
VG_(message)(Vg_DebugMsg, "cachegrind: string table size: %u",
VG_(OSet_Size)(stringTable));
VG_(message)(Vg_DebugMsg, "cachegrind: CC table size: %u",
|