Index: /branches/working-0711/ccl/lib/source-files.lisp
===================================================================
--- /branches/working-0711/ccl/lib/source-files.lisp	(revision 12953)
+++ /branches/working-0711/ccl/lib/source-files.lisp	(revision 12954)
@@ -637,19 +637,4 @@
 
 
-;;; For ITA slime
-
-#+ccl-0711
-(defun find-definitions-for-name (name &optional (type-name t))
-  "Returns a list of (TYPE . DEFINITION-SOURCE) for all the known definitions of NAME."
-  (declare (ignore name type-name))
-  (cerror "Don't find any definitions" "Obsolete slime version, upgrade to latest")
-  nil)
-
-#+ccl-0711
-(defun find-definitions-of-thing (thing)
-  (declare (ignore thing))
-  (cerror "Don't find any definitions" "Obsolete slime version, upgrade to latest")
-  nil)
-
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; record-source-file
