Skip to content

Commit c180cf0

Browse files
committed
Remove duplicate definition of FILE-LINES.
1 parent d1b5187 commit c180cf0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils.lisp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,6 @@ template pathname."
227227
(with-open-file (stream file)
228228
(read-line stream)))
229229

230-
(defun file-lines (file)
231-
(with-open-file (stream file)
232-
(loop for line = (read-line stream nil)
233-
while line collect line)))
234-
235230
(defun first-form-of (file)
236231
(with-open-file (stream file)
237232
(read stream)))

0 commit comments

Comments
 (0)