mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
util.lsp: delete not referenced file
This file also references non-existant files in the CMP package.
This commit is contained in:
parent
645b29992b
commit
b81b8fc17b
2 changed files with 0 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
;;;; -*- Mode: Lisp; Syntax: Common-Lisp; indent-tabs-mode: nil; Package: SYSTEM -*-
|
||||
;;;; vim: set filetype=lisp tabstop=8 shiftwidth=2 expandtab:
|
||||
|
||||
;;;;
|
||||
(in-package "COMPILER")
|
||||
(defvar file-list
|
||||
'( "defmacro.lsp" "evalmacros.lsp" "top.lsp"
|
||||
"module.lsp" "predlib.lsp" "setf.lsp"
|
||||
"arraylib.lsp" "assert.lsp" "defstruct.lsp"
|
||||
"describe.lsp" "iolib.lsp" "listlib.lsp"
|
||||
"mislib.lsp" "numlib.lsp" "packlib.lsp"
|
||||
"seq.lsp" "seqlib.lsp" "trace.lsp"
|
||||
"thread.lsp" "loop.lsp"))
|
||||
|
||||
(load "../cmp/make-declare.lsp")
|
||||
|
||||
(dolist (file file-list)
|
||||
(sys::proclaim-file file "/tmp/try.lsp"))
|
||||
|
||||
|
|
@ -283,7 +283,6 @@
|
|||
"lsp/top.lsp"
|
||||
"lsp/trace.lsp"
|
||||
"lsp/unicode.lsp"
|
||||
"lsp/util.lsp"
|
||||
"clos/boot.lsp"
|
||||
"clos/builtin.lsp"
|
||||
"clos/change.lsp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue