offload: Remove erroneous 'close-pipe' call.

* guix/scripts/offload.scm (send-files): Remove 'close-pipe' call from
  'guard' handler ('pipe' here referred to Guile's 'pipe' procedure.)
This commit is contained in:
Ludovic Courtès 2014-03-26 16:27:24 +01:00
parent 6c41cce0be
commit 07fb21b231
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ success, #f otherwise."
(warning (_ "failed to export files for '~a': ~s~%")
(build-machine-name machine)
c)
(false-if-exception (close-pipe pipe))
#f))
;; Compute the subset of FILES missing on MACHINE, and send them in