]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
VG_(get_current_thread_state) doesn't exist, remove declaration.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 4 Aug 2004 14:14:52 +0000 (14:14 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 4 Aug 2004 14:14:52 +0000 (14:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2568

coregrind/vg_include.h

index 780006182064d9f40a03373fdf2daa818cb7ed10..4938458ce69f6a294e9853e839a2458b0b765b69 100644 (file)
@@ -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 );