From: Florian Krohm Date: Thu, 24 Jul 2014 21:14:52 +0000 (+0000) Subject: Remove an unneeded function call. X-Git-Tag: svn/VALGRIND_3_10_0~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b15a83afac5a80f8a3e14ce6b98e60ff149402d;p=thirdparty%2Fvalgrind.git Remove an unneeded function call. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14189 --- diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c index ea5a00fd50..b133efa955 100644 --- a/exp-bbv/bbv_main.c +++ b/exp-bbv/bbv_main.c @@ -403,7 +403,6 @@ static IRSB* bbv_instrument ( VgCallbackClosure* closure, bbInfo->block_num=block_num; block_num++; /* get function name and entry point information */ - VG_(get_fnname)(origAddr,bbInfo->fn_name,FUNCTION_NAME_LENGTH); bbInfo->is_entry=VG_(get_fnname_if_entry)(origAddr, bbInfo->fn_name, FUNCTION_NAME_LENGTH); /* insert structure into table */