aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index b1c81c1..6e322ba 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -147,15 +147,6 @@ if they need to handle streams and strings differently."))
(let ((*connection* (slot-value connection 'parent)))
(call-next-method)))
-(defgeneric connection-upload (connection from to)
- (:documentation "Subroutine to upload files to the host.
-
-Only used for uploading prerequisite data, only across the first hop of a
-connection, and only to caches. The point of this function is to allow
-specifying a more efficient alternative to CONNECTION-WRITEFILE when data is
-in a file on disc rather than in memory, and we are uploading directly from
-the root Lisp's machine. For example, using rsync(1) over SSH."))
-
(defgeneric connection-teardown (connection)
(:documentation "Subroutine to disconnect from the host."))