* thread_restartcriticalsection: Removed, should be declared somewhere
authortwisti <none@none>
Wed, 21 Sep 2005 13:22:21 +0000 (13:22 +0000)
committertwisti <none@none>
Wed, 21 Sep 2005 13:22:21 +0000 (13:22 +0000)
  else.

src/vm/jit/x86_64/codegen.h

index ba16d11b0863947b8c1848e36c2376671ece6306..ba9176033e23dc0ae6cda6173a22061f320d1d9b 100644 (file)
@@ -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 */