diff --git a/mvc/Kernel.php b/mvc/Kernel.php index 156cf103..1dea24c6 100644 --- a/mvc/Kernel.php +++ b/mvc/Kernel.php @@ -68,16 +68,6 @@ public function __construct( ezpKernelHandler $kernelHandler, $legacyRootDir, $w $this->setUseExceptions( true ); } - /** - * Checks if LegacyKernel has already been instantiated. - * - * @return bool - */ - public static function hasInstance() - { - return static::$instance !== null; - } - public static function resetInstance() { static::$instance = null;