diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-23 17:11:59 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-23 17:11:59 +0100 |
commit | 61c6bb76de017098bc74e77310d2689845c22b5a (patch) | |
tree | 16e94fa7109d0a56e982050ed3efda7b69eb39c3 /.luacheckrc | |
parent | 7a08d4ca2777bda6abf220d17f69ef5d8338211e (diff) | |
download | prosody-61c6bb76de017098bc74e77310d2689845c22b5a.tar.gz prosody-61c6bb76de017098bc74e77310d2689845c22b5a.zip |
moduleapi: Remove unused and undocumented :has_feature and :has_identity
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index b5ad23e0..607db06d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -55,8 +55,6 @@ files["plugins/"] = { "module.get_option_set", "module.get_option_string", "module.handle_items", - "module.has_feature", - "module.has_identity", "module.hook", "module.hook_global", "module.hook_object_event", |