util.lsp: delete not referenced file

This file also references non-existant files in the CMP package.
This commit is contained in:
Daniel Kochmański 2016-03-11 11:31:17 +01:00
parent 645b29992b
commit b81b8fc17b
2 changed files with 0 additions and 20 deletions

View file

@ -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"))

View file

@ -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"