mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
fix duplicated function
This commit is contained in:
parent
628571f8cf
commit
987d796439
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user