From 171eecf6793e4cca638d8cd050997a7c54bddf1d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 12 Jun 2012 10:01:41 +0200 Subject: [PATCH] [HttpFoundation] removed unused variable --- .../Session/Storage/MockFileSessionStorage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php b/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php index 964e24b5de..adb84f2d83 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php @@ -27,11 +27,6 @@ use Symfony\Component\HttpFoundation\Session\Storage\MetadataBag; */ class MockFileSessionStorage extends MockArraySessionStorage { - /** - * @var array - */ - private $sessionData; - /** * @var FileSessionHandler */