]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Forgot to remove these decls in the last commit.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 18 Jun 2005 01:42:21 +0000 (01:42 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 18 Jun 2005 01:42:21 +0000 (01:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3926

coregrind/core.h

index febb40dd32e0fa4d19dcb35c41ae0431446ba6fe..26b7c46390bb476cde3f21a14e9c35f2083605b9 100644 (file)
@@ -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
    ------------------------------------------------------------------ */