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

Remove forgotten compile_all

This commit is contained in:
Evgeniy Khramtsov 2017-03-07 21:40:39 +03:00
parent d0a185f2d9
commit b71c4c0e52

View File

@ -22,7 +22,6 @@
-module(xmpp_stream_pkix).
%% API
-compile(export_all).
-export([authenticate/1, authenticate/2, get_cert_domains/1, format_error/1]).
-include("xmpp.hrl").