From c2c822f8fd46a84a03521c6a1a08893a939830ec Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 13 Mar 2021 14:56:24 -0700 Subject: rename *REMOTE-LISP* to *SUPPRESS-LOADING-SYSTEMS* Signed-off-by: Sean Whitton --- src/connection.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/connection.lisp') 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 -- cgit v1.2.3