Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubiosan authored Dec 28, 2016
1 parent 02fba51 commit 1433c94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/FacadeAccessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ abstract class FacadeAccessor
*/
static private $serviceLocator;

/**
* @var bool
*/
static private $unpackSupport = false;

/**
* Prevent misuse. Instances should not be extending this class, or black magic happens.
*/
Expand All @@ -33,8 +28,6 @@ final private function __construct()
final public static function setServiceLocator(FacadeServiceLocatorInterface $serviceLocator)
{
self::$serviceLocator = $serviceLocator;
//Even though this check would belong in __callStatic, here performs better
self::$unpackSupport = version_compare(PHP_VERSION, '5.6', '>=');
}

/**
Expand Down

0 comments on commit 1433c94

Please sign in to comment.