mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Remove unused function
This commit is contained in:
parent
44fddabd6e
commit
494a375aed
1 changed files with 0 additions and 7 deletions
|
|
@ -115,13 +115,6 @@
|
|||
;;; the kind field GLOBAL. Thus a reference to GLOBAL may need to make sure
|
||||
;;; that the variable has a value.
|
||||
|
||||
;;; Bootstrap problem: proclaim needs this function:
|
||||
(defun sch-global (name)
|
||||
(dolist (var *undefined-vars* nil)
|
||||
(declare (type var var))
|
||||
(when (eq (var-name var) name)
|
||||
(return-from sch-global var))))
|
||||
|
||||
;;;
|
||||
;;; Check if a variable has been declared as a special variable with a global
|
||||
;;; value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue