aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Session/Memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Session/Memory.php')
-rw-r--r--lib/private/Session/Memory.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/private/Session/Memory.php b/lib/private/Session/Memory.php
index eb10ebe05b4..395711836f5 100644
--- a/lib/private/Session/Memory.php
+++ b/lib/private/Session/Memory.php
@@ -20,11 +20,6 @@ use OCP\Session\Exceptions\SessionNotAvailableException;
class Memory extends Session {
protected $data;
- public function __construct(string $name) {
- //no need to use $name since all data is already scoped to this instance
- $this->data = [];
- }
-
/**
* @param string $key
* @param integer $value