From 443fe5af18aad57d2122c799996b03da22bd99d9 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 22 Apr 2016 18:27:44 +0100 Subject: [PATCH] warning --- console/yap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/console/yap.c b/console/yap.c index f68c19328..7ef790ed8 100755 --- a/console/yap.c +++ b/console/yap.c @@ -72,9 +72,6 @@ long _stksize = 32000; static void do_top_goal(YAP_Term Goal) { YAP_RunGoalOnce(Goal); } static int init_standard_system(int argc, char *argv[], YAP_init_args *iap) { - int - - Mode; int BootMode = YAP_parse_yap_arguments(argc, argv, iap);