1
0
Fork 0

Merge pull request #6 from clarkstuth/master

Removing dead code segment.
pull/2834/head
Clark Stuth 2014-03-25 10:49:28 -05:00
commit d038276a31
1 changed files with 0 additions and 5 deletions

View File

@ -51,13 +51,8 @@ class Perforce
public static function create($repoConfig, $port, $path, ProcessExecutor $process, IOInterface $io)
{
if (!isset($process)) {
$process = new ProcessExecutor;
}
$isWindows = defined('PHP_WINDOWS_VERSION_BUILD');
$perforce = new Perforce($repoConfig, $port, $path, $process, $isWindows, $io);
return $perforce;
}