|
From: <sv...@va...> - 2007-06-23 16:03:11
|
Author: sewardj
Date: 2007-06-23 17:03:05 +0100 (Sat, 23 Jun 2007)
New Revision: 6761
Log:
VG_(needs_shadow_memory) does not exist; remove prototype for it.
Modified:
trunk/include/pub_tool_tooliface.h
Modified: trunk/include/pub_tool_tooliface.h
===================================================================
--- trunk/include/pub_tool_tooliface.h 2007-06-05 21:10:51 UTC (rev 6760)
+++ trunk/include/pub_tool_tooliface.h 2007-06-23 16:03:05 UTC (rev 6761)
@@ -416,9 +416,6 @@
/* 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. */
|