aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-13 14:56:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-15 17:18:39 -0700
commitc2c822f8fd46a84a03521c6a1a08893a939830ec (patch)
tree5e19169916594bb22098b081f64faa66f731ad33 /src/connection.lisp
parentdb650186699ec82de2cfc9c2cbed1816b231cfec (diff)
downloadconsfigurator-c2c822f8fd46a84a03521c6a1a08893a939830ec.tar.gz
rename *REMOTE-LISP* to *SUPPRESS-LOADING-SYSTEMS*
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 2047b4a..a8a14a2 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -31,11 +31,6 @@ Deployments bind this variable. Its global value should remain nil.
The main point of this is to allow properties to access the context in which
they're being applied.")
-(defvar *remote-lisp* nil
- "Whether this Lisp is one started up within a call to DEPLOY*.
-Currently only used within EVAL-PROPSPEC, and not exported. Try to avoid
-assuming whether or not code is running in the root Lisp.")
-
;; generic function operating on keywords which identify connection types
(defgeneric establish-connection (type remaining &key)
(:documentation