From 9a6dd38bdb2c29f91e0fa9117937944d41dc7f22 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 3 Sep 2017 22:14:21 +0200 Subject: Comment out unused variables The list of compiler warnings was starting to be a problem --- src/sc_interp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sc_interp.c') diff --git a/src/sc_interp.c b/src/sc_interp.c index 852f8ac..44f9412 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -1054,7 +1054,7 @@ static void run_macro_contents(SCInterpreter *scin) static void run_editable(SCInterpreter *scin, SCBlock *contents) { - struct sc_state *st = &scin->state[scin->j]; + //struct sc_state *st = &scin->state[scin->j]; sc_interp_save(scin); scin->state[scin->j].macro_real_block = NULL; -- cgit v1.2.3