From 1cfda2d332fa742f296e5b8d769c71fe6b4c26bb Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 19 Aug 1999 23:15:05 +0000 Subject: [PATCH] Removed left-over debugging code --- libguile/sort.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/sort.c b/libguile/sort.c index a24af3224..e38964026 100644 --- a/libguile/sort.c +++ b/libguile/sort.c @@ -365,7 +365,6 @@ static int closureless (SCM code, const void *a, const void *b) { SCM env, next; - SCM_ASSERT (*(SCM *)b != 0, SCM_BOOL_F, "Bug!", "closureless"); env = SCM_EXTEND_ENV (SCM_CAR (SCM_CODE (code)), scm_cons (*(SCM *) a, scm_cons (*(SCM *) b, SCM_EOL)),