Browse Source

* lib/remote.exp (standard_upload): Remove dead code.

Signed-off-by: Ben Elliston <bje@gnu.org>
dejagnu-1.6
Yvan Roux 11 years ago
committed by Ben Elliston
parent
commit
4839bf7066
  1. 4
      ChangeLog
  2. 2
      lib/remote.exp

4
ChangeLog

@ -1,3 +1,7 @@
2016-03-04 Yvan Roux <yvan.roux@linaro.org>
* lib/remote.exp (standard_upload): Remove dead code.
2016-02-24 Ben Elliston <bje@gnu.org>
* lib/utils.exp (prune): Restore this proc.

2
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

Loading…
Cancel
Save