Remove obsolete `save-stack' case.
authorLudovic Courtès <ludo@gnu.org>
Wed, 21 Oct 2009 22:51:53 +0000 (00:51 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 21 Oct 2009 22:51:53 +0000 (00:51 +0200)
* module/ice-9/boot-9.scm (save-stack): Remove obsolete `tk-stack' case.

module/ice-9/boot-9.scm

index 7af2fd4..5852477 100644 (file)
@@ -2630,8 +2630,6 @@ module '(ice-9 q) '(make-q q-length))}."
                 (apply make-stack #t save-stack primitive-eval #t 0 narrowing))
                ((load-stack)
                 (apply make-stack #t save-stack 0 #t 0 narrowing))
-               ((tk-stack)
-                (apply make-stack #t save-stack tk-stack-mark #t 0 narrowing))
                ((#t)
                 (apply make-stack #t save-stack 0 1 narrowing))
                (else