From 544eeea97f477872b1b6518c9bfc743f998a85e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 5 Oct 2015 10:29:53 +0100 Subject: [PATCH] unused declaration --- C/stack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/C/stack.c b/C/stack.c index 1baeee7fe..1e3dc272f 100644 --- a/C/stack.c +++ b/C/stack.c @@ -49,7 +49,6 @@ static void mark_pred(int, PredEntry *); static void do_toggle_static_predicates_in_use(int); #endif static Int in_use( USES_REGS1 ); -static Int toggle_static_predicates_in_use( USES_REGS1 ); static Int PredForCode(yamop *, Atom *, arity_t *, Term *, PredEntry **); static LogUpdIndex *find_owner_log_index(LogUpdIndex *, yamop *); static StaticIndex *find_owner_static_index(StaticIndex *, yamop *);