[HttpKernel] removed unused variable

This commit is contained in:
Fabien Potencier 2013-08-15 15:02:15 +02:00
parent b146f75b3f
commit 282b05cbc1
1 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $booted;
protected $name;
protected $startTime;
protected $classes;
protected $errorReportingLevel;
const VERSION = '2.2.6-DEV';
@ -84,7 +83,6 @@ abstract class Kernel implements KernelInterface, TerminableInterface
$this->booted = false;
$this->rootDir = $this->getRootDir();
$this->name = $this->getName();
$this->classes = array();
$this->bundles = array();
if ($this->debug) {