Get rid of export_all

This commit is contained in:
Evgeniy Khramtsov 2017-08-05 21:01:29 +03:00
parent 92532a0d66
commit 2bceebc39d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
-module(ejabberd_regexp).
-compile([export_all]).
-export([exec/2, run/2, split/2, replace/3, greplace/3, sh_to_awk/1]).
exec({ReM, ReF, ReA}, {RgM, RgF, RgA}) ->
try apply(ReM, ReF, ReA) catch