]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
VG_(needs_shadow_memory) does not exist; remove prototype for it.
authorJulian Seward <jseward@acm.org>
Sat, 23 Jun 2007 16:03:05 +0000 (16:03 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 23 Jun 2007 16:03:05 +0000 (16:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6761

include/pub_tool_tooliface.h

index 065b637c58039ed32b55062d3b7d71ddc952a54a..c84fab3515731f03ebb4bbd681afc2cdc076012d 100644 (file)
@@ -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_<tool>.so module
    or it won't work.  See massif/Makefile.am for how to build it. */