24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-06 23:22:36 +02:00

fix duplicated function

This commit is contained in:
Christophe Romain 2010-07-13 12:48:52 +02:00
parent 628571f8cf
commit 987d796439

View File

@ -52,7 +52,6 @@
handle_sync_event/4, handle_sync_event/4,
handle_info/3, handle_info/3,
terminate/3, terminate/3,
print_state/1,
code_change/4, code_change/4,
test_get_addr_port/1, test_get_addr_port/1,
print_state/1, print_state/1,
@ -759,9 +758,6 @@ handle_event({closed, Timeout}, StateName, StateData) ->
handle_event(_Event, StateName, StateData) -> handle_event(_Event, StateName, StateData) ->
{next_state, StateName, StateData, get_timeout_interval(StateName)}. {next_state, StateName, StateData, get_timeout_interval(StateName)}.
print_state(StateData) ->
StateData.
%%---------------------------------------------------------------------- %%----------------------------------------------------------------------
%% Func: handle_sync_event/4 %% Func: handle_sync_event/4
%% Returns: The associated StateData for this connection %% Returns: The associated StateData for this connection