Remove old code that was already commented out.
authorNeil Jerram <neil@ossau.uklinux.net>
Thu, 7 Nov 2002 20:52:36 +0000 (20:52 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 7 Nov 2002 20:52:36 +0000 (20:52 +0000)
ice-9/debugger/breakpoints/source.scm

index fd50e2e..8acd8ad 100644 (file)
 
 (read-enable 'positions)
 
-; (define g (make-guardian))
-; (read-hash-extend #\g
-;                (lambda (c port)
-;                  (let ((x (read port))
-;                        (l (list 3)))
-;                    (set-source-property! x 'test l)
-;                    (g l)
-;                    x)))
-; (add-hook! after-gc-hook
-;         (lambda ()
-;           (let loop ((obj (g)))
-;             (if obj
-;                 (begin
-;                   (display "Guardian: ")
-;                   (write obj)
-;                   (newline)
-;                   (loop (g)))))))
-
 ;;; (ice-9 debugger breakpoints source) ends here.