aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index 4de70c1..a8a967c 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -76,11 +76,3 @@ root Lisp is running on, as the root Lisp's uid."))
(defmethod connection-upload ((connection local-connection) from to)
(copy-file from to))
-
-;; set the root Lisp's connection context now we've defined its value -- other
-;; implementations of ESTABLISH-CONNECTION will rely on this when they call
-;; RUN, READFILE etc.
-(eval-when (:load-toplevel :execute)
- (unless consfigurator::*connection*
- (setq consfigurator::*connection*
- (make-instance 'local-connection))))