diff --git a/src/Compress/Rar.php b/src/Compress/Rar.php index a3f42d99..813a267a 100644 --- a/src/Compress/Rar.php +++ b/src/Compress/Rar.php @@ -188,8 +188,6 @@ public function compress($content) */ public function decompress($content) { - $archive = $this->getArchive(); - if (!file_exists($content)) { throw new Exception\RuntimeException('RAR Archive not found'); }