From d805a474a4e67a568259fd92abd342a78e25605c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 17 Feb 2015 20:21:49 +0000 Subject: [PATCH] redeclaration --- C/stdpreds.c | 2 -- 1 file changed, 2 deletions(-) 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 ) ) ) {