From: twisti Date: Wed, 21 Sep 2005 13:22:21 +0000 (+0000) Subject: * thread_restartcriticalsection: Removed, should be declared somewhere X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=271dc3c8a8d64455f4a4cc20860236450d4e86f5;p=cacao.git * thread_restartcriticalsection: Removed, should be declared somewhere else. --- diff --git a/src/vm/jit/x86_64/codegen.h b/src/vm/jit/x86_64/codegen.h index ba16d11b0..ba9176033 100644 --- a/src/vm/jit/x86_64/codegen.h +++ b/src/vm/jit/x86_64/codegen.h @@ -28,7 +28,7 @@ Christian Thalinger - $Id: codegen.h 3075 2005-07-20 13:37:34Z twisti $ + $Id: codegen.h 3236 2005-09-21 13:22:21Z twisti $ */ @@ -473,11 +473,6 @@ typedef enum { #define gen_resolvebranch(ip,so,to) \ *((s4*) ((ip) - 4)) = (s4) ((to) - (so)); - -/* function prototypes ********************************************************/ - -void thread_restartcriticalsection(ucontext_t *uc); - #endif /* _CODEGEN_H */