From 209ad287f8651438543ad32ccedbd3bcfe167dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Fri, 19 Jun 2015 00:38:18 +0100 Subject: [PATCH] SWI not automatic --- C/stdpreds.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/C/stdpreds.c b/C/stdpreds.c index 061e377a6..ac5ed9ca0 100755 --- a/C/stdpreds.c +++ b/C/stdpreds.c @@ -1842,11 +1842,4 @@ void Yap_InitCPreds(void) { // init_tries(); init_regexp(); #endif - { - CACHE_REGS - Term cm = CurrentModule; - CurrentModule = SWI_MODULE; - Yap_swi_install(); - CurrentModule = cm; - } }