From e19f55bb82addc7bb0d20d2fed528463b6ef902f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 13 Feb 2007 00:32:32 +0000 Subject: [PATCH] - MFH Drop useless stuff --- ext/spl/examples/phar_from_dir.php | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.50.1