aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-06 12:22:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-06 12:22:36 -0700
commit6e15e8f3d71236461477175221d5f8e05a1d0ced (patch)
tree1628456ecd4402ad964d2fff9e999bb2880bc142 /src/propspec.lisp
parent36cf911b88777db97088de48b8b35474f7503977 (diff)
downloadconsfigurator-6e15e8f3d71236461477175221d5f8e05a1d0ced.tar.gz
move some definitions around
Pure code motion. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/propspec.lisp')
-rw-r--r--src/propspec.lisp3
1 files changed, 0 insertions, 3 deletions
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