From: Julian Seward Date: Wed, 19 Oct 2005 23:49:20 +0000 (+0000) Subject: rm unused var X-Git-Tag: svn/VALGRIND_3_1_0~282 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb8743cd20f318ebc5c70cbc08f0973bb224f635;p=thirdparty%2Fvalgrind.git rm unused var git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4950 --- diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 812ca3a33b..6e7aea3802 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -170,8 +170,6 @@ static Int file_line_debugs = 0; static Int fn_debugs = 0; static Int no_debugs = 0; -static Int BB_retranslations = 0; - /*------------------------------------------------------------*/ /*--- String table operations ---*/ /*------------------------------------------------------------*/ @@ -1226,8 +1224,6 @@ static void cg_fini(Int exitcode) fn_debugs * 100 / debug_lookups, fn_debugs); VG_(message)(Vg_DebugMsg, "cachegrind: with zero info:%3d%% (%d)", 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",