From 7cbcd17993f7f36fb7f2beb9690cf4a01a83b7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 13 Oct 2014 12:33:24 +0100 Subject: [PATCH] avoid warning --- C/compiler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C/compiler.c b/C/compiler.c index 696ebf23e..706bd9a87 100644 --- a/C/compiler.c +++ b/C/compiler.c @@ -2212,6 +2212,7 @@ usesvar(compiler_vm_op ic) (ic >= unify_last_var_op && ic <= unify_last_val_op)); } +/* inline static bool uses_this_var(PInstr *pc, Term arg) { @@ -2221,6 +2222,7 @@ inline static bool return arg == pc->rnd3 && ic == bccall_op; return usesvar( ic ); } +*/ inline static bool usesvar2(compiler_vm_op ic)