mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Remove unused variable
This commit is contained in:
parent
5ab3561700
commit
cd2d207877
@ -415,8 +415,7 @@ handle_cast(_Msg, State) ->
|
|||||||
%% Description: Handling all non call/cast messages
|
%% Description: Handling all non call/cast messages
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
handle_info({route, From, To, Packet},
|
handle_info({route, From, To, Packet},
|
||||||
#state{host = HostOrGlobal,
|
#state{server_host = ServerHost,
|
||||||
server_host = ServerHost,
|
|
||||||
access = Access,
|
access = Access,
|
||||||
default_room_opts = DefRoomOpts,
|
default_room_opts = DefRoomOpts,
|
||||||
history_size = HistorySize,
|
history_size = HistorySize,
|
||||||
|
Loading…
Reference in New Issue
Block a user