From: Julian Seward Date: Sat, 23 Jun 2007 16:03:05 +0000 (+0000) Subject: VG_(needs_shadow_memory) does not exist; remove prototype for it. X-Git-Tag: svn/VALGRIND_3_3_0~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab7e54154307845a898488e759cf65aa061220e;p=thirdparty%2Fvalgrind.git VG_(needs_shadow_memory) does not exist; remove prototype for it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6761 --- diff --git a/include/pub_tool_tooliface.h b/include/pub_tool_tooliface.h index 065b637c58..c84fab3515 100644 --- a/include/pub_tool_tooliface.h +++ b/include/pub_tool_tooliface.h @@ -416,9 +416,6 @@ extern void VG_(needs_sanity_checks) ( /* Do we need to see data symbols? */ extern void VG_(needs_data_syms) ( void ); -/* Does the tool need shadow memory allocated? */ -extern void VG_(needs_shadow_memory)( void ); - /* Does the tool replace malloc() and friends with its own versions? This has to be combined with the use of a vgpreload_.so module or it won't work. See massif/Makefile.am for how to build it. */