From: Nicholas Nethercote Date: Wed, 4 Aug 2004 14:14:52 +0000 (+0000) Subject: VG_(get_current_thread_state) doesn't exist, remove declaration. X-Git-Tag: svn/VALGRIND_2_2_0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4eec319f6142e20afc59ce9791b0f19898104b;p=thirdparty%2Fvalgrind.git VG_(get_current_thread_state) doesn't exist, remove declaration. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2568 --- diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index 7800061820..4938458ce6 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -908,9 +908,6 @@ extern Bool VG_(is_running_thread)(ThreadId tid); /* Get the ThreadState for a particular thread */ extern ThreadState *VG_(get_ThreadState)(ThreadId tid); -/* And for the currently running one, if valid. */ -extern ThreadState* VG_(get_current_thread_state) ( void ); - /* Similarly ... */ extern ThreadId VG_(get_current_tid) ( void );