[slime-cvs] CVS update: slime/swank-sbcl.lisp
Helmut Eller
heller at common-lisp.net
Fri Sep 3 21:10:36 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv14627
Modified Files:
swank-sbcl.lisp
Log Message:
Delete dead code.
Date: Fri Sep 3 23:10:35 2004
Author: heller
Index: slime/swank-sbcl.lisp
diff -u slime/swank-sbcl.lisp:1.98 slime/swank-sbcl.lisp:1.99
--- slime/swank-sbcl.lisp:1.98 Sat Aug 28 04:27:08 2004
+++ slime/swank-sbcl.lisp Fri Sep 3 23:10:35 2004
@@ -215,13 +215,6 @@
`(:file ,(namestring (truename f)))
`(:position ,(1+ (source-path-file-position path f)))))
-#+(or)
-(defmethod resolve-note-location ((b string) (f (eql :stream)) pos path source)
- (make-location
- `(:buffer ,b)
- `(:position ,(+ *buffer-offset*
- (source-path-string-position path *buffer-substring*)))))
-
;; SBCL doesn't have compile-from-stream, so C-c C-c ends up here
(defmethod resolve-note-location ((b string) (f (eql :lisp)) pos path source)
;; Remove the surrounding lambda from the path (was added by
More information about the slime-cvs
mailing list