From 4839bf70660f93275b8ad108fd5dbb82a60c6e9d Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Fri, 4 Mar 2016 06:23:25 +1100 Subject: [PATCH] * lib/remote.exp (standard_upload): Remove dead code. Signed-off-by: Ben Elliston --- ChangeLog | 4 ++++ lib/remote.exp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ca2041..90a883b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-03-04 Yvan Roux + + * lib/remote.exp (standard_upload): Remove dead code. + 2016-02-24 Ben Elliston * lib/utils.exp (prune): Restore this proc. diff --git a/lib/remote.exp b/lib/remote.exp index 1fd1010..7b2f1ab 100644 --- a/lib/remote.exp +++ b/lib/remote.exp @@ -543,8 +543,6 @@ proc standard_upload { dest srcfile destfile } { } else { return $destfile } - - return [rsh_upload $dest $srcfile $destfile] } # A standard procedure to call the appropriate function. It first looks