From: Nicholas Nethercote Date: Sat, 18 Jun 2005 01:42:21 +0000 (+0000) Subject: Forgot to remove these decls in the last commit. X-Git-Tag: svn/VALGRIND_3_0_0~392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf54d4eff92675044948eb3d74fa10ee7af9682c;p=thirdparty%2Fvalgrind.git Forgot to remove these decls in the last commit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3926 --- diff --git a/coregrind/core.h b/coregrind/core.h index febb40dd32..26b7c46390 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -86,15 +86,6 @@ extern const Int VG_(tramp_time_offset); extern Bool VGA_(getArchAndSubArch)( /*OUT*/VexArch*, /*OUT*/VexSubArch* ); -// Setting up the initial thread (1) state -extern void - VGA_(init_thread1state) ( Addr client_eip, - Addr esp_at_startup, - /*MOD*/ ThreadArchState* arch ); - -// For attaching the debugger -extern Int VGA_(ptrace_setregs_from_tst) ( Int pid, ThreadArchState* arch ); - /* --------------------------------------------------------------------- Finally - autoconf-generated settings ------------------------------------------------------------------ */