From 638ddb2533de309b5a370c4a34afad26de532f52 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 8 Nov 2011 11:54:22 +0100 Subject: [PATCH] Remove superfluous code. --- phpunit.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpunit.php b/phpunit.php index 8f261b600d5..fcf7110bf26 100755 --- a/phpunit.php +++ b/phpunit.php @@ -35,8 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -define('PHPUnit_MAIN_METHOD', 'PHPUnit_TextUI_Command::main'); - if (strpos('@php_bin@', '@php_bin') === 0) { set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path()); }