1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 05:30:21 +02:00

Removed left-over debugging code

This commit is contained in:
Mikael Djurfeldt 1999-08-19 23:15:05 +00:00
parent dc4ddb335e
commit 1cfda2d332

View file

@ -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)),