diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-13 09:40:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 09:40:38 +0200 |
commit | 34cd49827ca28da359302e493406aa30d5da60ab (patch) | |
tree | 42a63ff04451737f17de848f3b42674d6d82a907 /apps | |
parent | 3c5692244448bd095e6ad3df3859032c6fb62a8d (diff) | |
parent | ba3a855ad8ff00da823ed232af95324512b16528 (diff) | |
download | nextcloud-server-34cd49827ca28da359302e493406aa30d5da60ab.tar.gz nextcloud-server-34cd49827ca28da359302e493406aa30d5da60ab.zip |
Merge pull request #21788 from nextcloud/debt/noid/unused-method
Remove unused method uploadFile
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SFTP.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index bc6cd663b6d..d1aea027cee 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -430,15 +430,6 @@ class SFTP extends \OC\Files\Storage\Common { } /** - * @param string $path - * @param string $target - * @throws \Exception - */ - public function uploadFile($path, $target) { - $this->getConnection()->put($target, $path, NET_SFTP_LOCAL_FILE); - } - - /** * {@inheritdoc} */ public function rename($source, $target) { |