diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-10-19 23:49:20 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-10-19 23:49:20 +0000 |
commit | 75553fd251ae48fdda87aaf7ca4b3440cce30723 (patch) | |
tree | cf960a87f42503c327e3fb5ebd9f5c1289c9f353 /cachegrind | |
parent | 8b43555f6bbb538fbaafb7158b1a46ef8f77c391 (diff) |
rm unused var
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4950 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r-- | cachegrind/cg_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 812ca3a3..6e7aea38 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", |