[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Mon Feb 4 17:39:52 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv4817

Modified Files:
	swank-corman.lisp 
Log Message:
drop corman inspector defclass


--- /project/slime/cvsroot/slime/swank-corman.lisp	2008/02/04 17:35:03	1.12
+++ /project/slime/cvsroot/slime/swank-corman.lisp	2008/02/04 17:39:52	1.13
@@ -387,12 +387,6 @@
 ;; Hack to make swank.lisp load, at least
 (defclass file-stream ())
 
-(defclass corman-inspector (backend-inspector)
-  ())
-
-(defimplementation make-default-inspector ()
-  (make-instance 'corman-inspector))
-
 (defun comma-separated (list &optional (callback (lambda (v)
                                                    `(:value ,v))))
   (butlast (loop for e in list




More information about the slime-cvs mailing list