Remove unused definition.

This commit is contained in:
Eli Barzilay 2010-10-02 17:44:09 -04:00
parent 7d82210e29
commit d7b9857f7b

View File

@ -42,7 +42,6 @@ TODO
;; run a thunk, and if an exception is raised, make it possible to cut the ;; run a thunk, and if an exception is raised, make it possible to cut the
;; stack so that the surrounding context is hidden ;; stack so that the surrounding context is hidden
(define stack-checkpoint (make-parameter #f))
(define checkpoints (make-weak-hasheq)) (define checkpoints (make-weak-hasheq))
(define (call-with-stack-checkpoint thunk) (define (call-with-stack-checkpoint thunk)
(define checkpoint #f) (define checkpoint #f)