* src/vm/jit/stacktrace.c (stacktrace_create): Changed signature.
[cacao.git] / src / threads / native / threads.h
index 63891e30e3d09547f23304e340417f1054d4fbd3..707128951d96008adb305594952e45850239b076 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: threads.h 7652 2007-04-03 14:23:16Z twisti $
+   $Id: threads.h 7657 2007-04-03 15:51:52Z twisti $
 
 */
 
@@ -221,8 +221,6 @@ bool threads_thread_has_been_interrupted(threadobject *thread);
 void threads_cast_stopworld(void);
 void threads_cast_startworld(void);
 
-void threads_dump(void);
-
 #endif /* _THREADS_H */