diff --git a/C/stdpreds.c b/C/stdpreds.c index 6bdba7e9f..af5f00847 100644 --- a/C/stdpreds.c +++ b/C/stdpreds.c @@ -346,8 +346,6 @@ void* (*Yap_JitCall)(JIT_Compiler* jc, yamop* p); void (* Yap_llvmShutdown)(void ) ; Int (* Yap_traced_absmi)(void ) ; -Environment ExpEnv; - static Int p_jit(USES_REGS1) { /* '$set_value'(+Atom,+Atomic) */ void *jit_handle; if ( (jit_handle = Yap_LoadForeignFile( YAP_YAPJITLIB, 0 ) ) ) {