From df93ed872d926e121f2d71fd61c0bc087cf9d770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 25 Jan 2021 11:42:32 +0100 Subject: [PATCH] Remove obsolete `$session` property from SessionHandler This property was unused. --- .../files/lib/system/session/SessionHandler.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index 30d75156b1..e9d5f7588c 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -84,12 +84,6 @@ final class SessionHandler extends SingletonFactory */ private $sessionID; - /** - * session object - * @var \wcf\data\acp\session\ACPSession - */ - protected $session; - /** * @var LegacySession */ -- 2.20.1