mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
export_all is not needed here
This commit is contained in:
parent
b013c29c7e
commit
654d907dcf
@ -29,8 +29,6 @@
|
|||||||
-behaviour(gen_server).
|
-behaviour(gen_server).
|
||||||
-behaviour(ejabberd_config).
|
-behaviour(ejabberd_config).
|
||||||
|
|
||||||
-compile(export_all).
|
|
||||||
|
|
||||||
%% gen_server callbacks
|
%% gen_server callbacks
|
||||||
-export([init/1, handle_call/3, handle_cast/2,
|
-export([init/1, handle_call/3, handle_cast/2,
|
||||||
handle_info/2, terminate/2, code_change/3]).
|
handle_info/2, terminate/2, code_change/3]).
|
||||||
|
Loading…
Reference in New Issue
Block a user