aboutsummaryrefslogtreecommitdiffstats
path: root/core/usermanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/usermanager.lua')
-rw-r--r--core/usermanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua
index 4bb63477..f8514bc4 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -36,7 +36,6 @@ end
local fallback_authz_provider = {
-- luacheck: ignore 212
- get_user_roles = function (user) end;
get_jids_with_role = function (role) end;
get_user_role = function (user) end;