summaryrefslogtreecommitdiff
path: root/core/classes/authentication/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/classes/authentication/User.php')
-rw-r--r--core/classes/authentication/User.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/classes/authentication/User.php b/core/classes/authentication/User.php
index babc7fd..f6508ff 100644
--- a/core/classes/authentication/User.php
+++ b/core/classes/authentication/User.php
@@ -20,9 +20,6 @@ class User implements UserInterface
// @var array
private $roles = [];
- // @var array
- private $privileges = [];
-
// @var bool
private $enabled = true;