removed unused variable

This commit is contained in:
Fabien Potencier 2013-09-05 13:25:56 +02:00
parent eb9571e2b0
commit 17f4a3dd10
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $name;
protected $startTime;
protected $loadClassCache;
protected $errorReportingLevel;
const VERSION = '2.3.5-DEV';
const VERSION_ID = '20305';