From 4ab7e54154307845a898488e759cf65aa061220e Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 23 Jun 2007 16:03:05 +0000 Subject: [PATCH] VG_(needs_shadow_memory) does not exist; remove prototype for it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6761 --- include/pub_tool_tooliface.h | 3 --- 1 file changed, 3 deletions(-) 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. */ -- 2.47.3