24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Remove forgotten -compile(export_all).

This commit is contained in:
Evgeniy Khramtsov 2011-04-18 16:09:05 +10:00
parent 07cf6f09b8
commit e7ab83b612

View File

@ -27,7 +27,7 @@
-module(ejabberd_captcha).
-behaviour(gen_server).
-compile(export_all).
%% API
-export([start_link/0]).