Skip to content

Commit 8eec028

Browse files
committed
Remove inline decl
1 parent f01e51d commit 8eec028

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/lisp/kernel/cleavir/inline.lisp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -405,25 +405,6 @@
405405
(symbol (fdefinition fdesignator))))
406406
(declaim (ftype (function (t) function) core:coerce-to-function))
407407

408-
;;; ------------------------------------------------------------
409-
;;;
410-
;;; Copied from clasp/src/lisp/kernel/lsp/pprint.lisp
411-
;;; and put here so that the inline definition is available
412-
;;;
413-
(in-package "SI")
414-
415-
#|
416-
(declaim (inline index-posn posn-index posn-column))
417-
(defun index-posn (index stream)
418-
(declare (type index index) (type pretty-stream stream))
419-
(+ index (pretty-stream-buffer-offset stream)))
420-
(defun posn-index (posn stream)
421-
(declare (type posn posn) (type pretty-stream stream))
422-
(- posn (pretty-stream-buffer-offset stream)))
423-
(defun posn-column (posn stream)
424-
(declare (type posn posn) (type pretty-stream stream))
425-
(index-column (posn-index posn stream) stream))
426-
|#
427408
#+(or)
428409
(eval-when (:execute)
429410
(format t "Setting core:*echo-repl-read* to NIL~%")

0 commit comments

Comments
 (0)