From fa7ac00838827672f5c4a08dd1a37021285326e6 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 20 Jun 2013 08:27:04 +0000 Subject: add x86_64 support to GNU lightning --- src/runtime/c/pgf/lightning/core-common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/runtime/c/pgf/lightning/core-common.h') diff --git a/src/runtime/c/pgf/lightning/core-common.h b/src/runtime/c/pgf/lightning/core-common.h index 9310ee23f..9e29250e1 100644 --- a/src/runtime/c/pgf/lightning/core-common.h +++ b/src/runtime/c/pgf/lightning/core-common.h @@ -45,12 +45,6 @@ typedef struct { struct jit_local_state jitl; } jit_state; -#ifdef jit_init -static jit_state _jit = jit_init (); -#else -static jit_state _jit; -#endif - #define JIT_NOREG (-1) #define JIT_R0 JIT_R(0) #define JIT_R1 JIT_R(1) -- cgit v1.2.3