Commit 1823eb42 1823eb424bcfb44ee198243d8323d1b2db5bee1a by Sergey Poznyakoff

(_scheme_main): Removed unused variable.

1 parent 956b03ef
...@@ -39,7 +39,6 @@ void ...@@ -39,7 +39,6 @@ void
39 _scheme_main (void *closure, int argc, char **argv) 39 _scheme_main (void *closure, int argc, char **argv)
40 { 40 {
41 guimb_param_t *param = closure; 41 guimb_param_t *param = closure;
42 SCM *scm_loc;
43 42
44 if (param->debug_guile) 43 if (param->debug_guile)
45 { 44 {
......