From: Marcus Boerger Date: Tue, 13 Feb 2007 00:32:32 +0000 (+0000) Subject: - MFH Drop useless stuff X-Git-Tag: php-5.2.2RC1~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e19f55bb82addc7bb0d20d2fed528463b6ef902f;p=php - MFH Drop useless stuff --- diff --git a/ext/spl/examples/phar_from_dir.php b/ext/spl/examples/phar_from_dir.php index 2972748915..2ee15ca1e6 100755 --- a/ext/spl/examples/phar_from_dir.php +++ b/ext/spl/examples/phar_from_dir.php @@ -37,9 +37,6 @@ if ($argc > 3) $dir = new RegexIterator($dir, '/'.$argv[3].'/'); } - -$cwd .= DIRECTORY_SEPARATOR; - $phar->begin(); foreach($dir as $file)