From 6e15e8f3d71236461477175221d5f8e05a1d0ced Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Mar 2021 12:22:31 -0700 Subject: move some definitions around Pure code motion. Signed-off-by: Sean Whitton --- src/propspec.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index a348f5c..4224141 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -170,9 +170,6 @@ an atomic property application." (t propapp)))) -(defvar *remote-lisp* nil - "Whether this Lisp is one started up within a call to DEPLOY*.") - (defmethod eval-propspec ((propspec propspec)) "Apply properties as specified by PROPSPEC." ;; TODO should have this check in the closures produced by DEFPROP too, so -- cgit v1.2.3