Remove a short sequence of code that was:
(a) overly complex (the parens could be added by the sprintf);
(b) buggy (buf is used uninitialised if VG_(get_fnname) fails);
(c) redundant (the VG_(core_panic_at) prints the stack trace anyway).


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3706 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 file changed