From: Badlop Date: Tue, 19 Jul 2011 19:28:22 +0000 (+0200) Subject: Remove unused variable X-Git-Tag: v3.0.0-alpha-4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd2d207877c605b2618069646a720100bc0d8589;p=ejabberd Remove unused variable --- diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl index f20ae4936..791e5e0d9 100644 --- a/src/mod_muc/mod_muc.erl +++ b/src/mod_muc/mod_muc.erl @@ -415,8 +415,7 @@ handle_cast(_Msg, State) -> %% Description: Handling all non call/cast messages %%-------------------------------------------------------------------- handle_info({route, From, To, Packet}, - #state{host = HostOrGlobal, - server_host = ServerHost, + #state{server_host = ServerHost, access = Access, default_room_opts = DefRoomOpts, history_size = HistorySize,