remove needless check

remotes/origin/stable6
Christian Berendt 12 years ago
parent 0bc28dcb95
commit d59291a8e7
  1. 4
      apps/files_external/lib/amazons3.php

@ -264,10 +264,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
public function unlink($path) {
$path = $this->normalizePath($path);
if ( ! $this->file_exists($path)) {
return false;
}
try {
$result = $this->connection->deleteObject(array(
'Bucket' => $this->bucket,

Loading…
Cancel
Save