25
1
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:
Badlop 2011-07-19 21:28:22 +02:00
parent 5ab3561700
commit cd2d207877

View File

@ -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,