|
From: <sv...@va...> - 2005-06-10 23:18:18
|
Author: njn Date: 2005-06-11 00:18:16 +0100 (Sat, 11 Jun 2005) New Revision: 3875 Log: Remove dead declaration. Modified: trunk/coregrind/core.h Modified: trunk/coregrind/core.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/core.h 2005-06-10 23:16:13 UTC (rev 3874) +++ trunk/coregrind/core.h 2005-06-10 23:18:16 UTC (rev 3875) @@ -238,10 +238,6 @@ // Clean up the client by calling before the final reports extern void VGA_(final_tidyup)(ThreadId tid); =20 -// Arch-specific client requests -extern Bool VGA_(client_requests)(ThreadId tid, UWord *args); - - ///* -------------------------------------------------------------------= -- // Thread modelling // ------------------------------------------------------------------ = */ |