(_scheme_main): Removed unused variable.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -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 | { | ... | ... |
-
Please register or sign in to post a comment