aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-08-18 15:38:18 +0200
committerKim Alvefur <zash@zash.se>2022-08-18 15:38:18 +0200
commit1f4b94adabd686877059752453ecc4cb247b903d (patch)
tree084adf53d8fa77b168d54b6f75028f90bb94ee19 /core
parent51b17f1c20421231995d9aecc73e95d7d3e55948 (diff)
downloadprosody-1f4b94adabd686877059752453ecc4cb247b903d.tar.gz
prosody-1f4b94adabd686877059752453ecc4cb247b903d.zip
core.usermanager: Remove obsolete authz fallback method
Diffstat (limited to 'core')
-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;