Skip to content

Commit

Permalink
Merge pull request #3418 from esl/quick_xref_unneeded_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawlippa authored Nov 26, 2021
2 parents 10bc4ad + 6280d9b commit c3865ff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/muc_light/mod_muc_light_room.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
%% Callbacks
-export([participant_limit_check/2]).

-define(MOD_MUC_LIGHT_DB_BACKEND_BACKEN, mod_muc_light_db_backend).
-define(MOD_MUC_LIGHT_CODEC_BACKEND_BACKEN, mod_muc_light_codec_backend).
-ignore_xref([
{?MOD_MUC_LIGHT_DB_BACKEND_BACKEN, get_aff_users, 1},
{?MOD_MUC_LIGHT_DB_BACKEND_BACKEN, destroy_room, 1},
{?MOD_MUC_LIGHT_DB_BACKEND_BACKEN, modify_aff_users, 4},
{?MOD_MUC_LIGHT_DB_BACKEND_BACKEN, set_config, 4},
{?MOD_MUC_LIGHT_DB_BACKEND_BACKEN, destroy_room, 1},
{?MOD_MUC_LIGHT_CODEC_BACKEND_BACKEN, encode, 5},
{?MOD_MUC_LIGHT_CODEC_BACKEND_BACKEN, encode_error, 5}
]).

-include("mongoose.hrl").
-include("jlib.hrl").
-include("mod_muc_light.hrl").
Expand Down

0 comments on commit c3865ff

Please sign in to comment.