Remove forgotten -compile(export_all).

This commit is contained in:
Evgeniy Khramtsov 2011-04-18 16:09:05 +10:00
parent 07cf6f09b8
commit e7ab83b612
1 changed files with 1 additions and 1 deletions

View File

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