remove needless check

remotes/origin/stable6
Christian Berendt 2013-07-08 11:16:58 +07:00
parent 0bc28dcb95
commit d59291a8e7
1 changed files with 0 additions and 4 deletions

@ -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,