summaryrefslogtreecommitdiff
path: root/libguile/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/eval.c')
-rw-r--r--libguile/eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/eval.c b/libguile/eval.c
index bf4c9a3d4..564e49edf 100644
--- a/libguile/eval.c
+++ b/libguile/eval.c
@@ -674,7 +674,6 @@ iqq (form, env, depth)
--depth;
label:
form = SCM_CDR (form);
- /* !!! might need a check here to be sure that form isn't a struct. */
SCM_ASSERT (SCM_NIMP (form) && SCM_ECONSP (form) && SCM_NULLP (SCM_CDR (form)),
form, SCM_ARG1, s_quasiquote);
if (0 == depth)