Skip to content

Commit 4716b18

Browse files
committed
Remove inlines
1 parent a000ae7 commit 4716b18

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
@@ -325,25 +325,6 @@
325325
(symbol (fdefinition fdesignator))))
326326
(declaim (ftype (function (t) function) core:coerce-to-function)))
327327

328-
;;; ------------------------------------------------------------
329-
;;;
330-
;;; Copied from clasp/src/lisp/kernel/lsp/pprint.lisp
331-
;;; and put here so that the inline definition is available
332-
;;;
333-
(in-package "SI")
334-
335-
#-bytecode
336-
(progn (declaim (inline index-posn posn-index posn-column))
337-
(defun index-posn (index stream)
338-
(declare (type index index) (type pretty-stream stream))
339-
(+ index (pretty-stream-buffer-offset stream)))
340-
(defun posn-index (posn stream)
341-
(declare (type posn posn) (type pretty-stream stream))
342-
(- posn (pretty-stream-buffer-offset stream)))
343-
(defun posn-column (posn stream)
344-
(declare (type posn posn) (type pretty-stream stream))
345-
(index-column (posn-index posn stream) stream))
346-
347328
#+(or)
348329
(eval-when (:execute)
349330
(format t "Setting core:*echo-repl-read* to NIL~%")

0 commit comments

Comments
 (0)