export_all is not needed here

This commit is contained in:
Paweł Chmielowski 2017-05-19 17:03:41 +02:00
parent b013c29c7e
commit 654d907dcf
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
-behaviour(gen_server).
-behaviour(ejabberd_config).
-compile(export_all).
%% gen_server callbacks
-export([init/1, handle_call/3, handle_cast/2,
handle_info/2, terminate/2, code_change/3]).