summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-18 17:33:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-18 17:33:22 +0000
commit1823eb424bcfb44ee198243d8323d1b2db5bee1a (patch)
treeaab95b9d1d9dd890203a41b37536daa4ee159646 /libmu_scm
parent956b03efbbdefe4cd2f2eede30661dbb6311c1aa (diff)
downloadmailutils-1823eb424bcfb44ee198243d8323d1b2db5bee1a.tar.gz
mailutils-1823eb424bcfb44ee198243d8323d1b2db5bee1a.tar.bz2
(_scheme_main): Removed unused variable.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_guimb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmu_scm/mu_guimb.c b/libmu_scm/mu_guimb.c
index 888a37d5f..84a8d6640 100644
--- a/libmu_scm/mu_guimb.c
+++ b/libmu_scm/mu_guimb.c
@@ -36,13 +36,12 @@ catch_body (void *closure)
}
void
_scheme_main (void *closure, int argc, char **argv)
{
guimb_param_t *param = closure;
- SCM *scm_loc;
if (param->debug_guile)
{
SCM_DEVAL_P = 1;
SCM_BACKTRACE_P = 1;
SCM_RECORD_POSITIONS_P = 1;

Return to:

Send suggestions and report system problems to the System administrator.