mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Remove export_all directive
This commit is contained in:
parent
e4cd50e2a3
commit
b70f374f89
1 changed files with 2 additions and 3 deletions
|
@ -43,9 +43,8 @@
|
||||||
%% -------------------------------------------------------------------
|
%% -------------------------------------------------------------------
|
||||||
-module(rebar_eunit).
|
-module(rebar_eunit).
|
||||||
|
|
||||||
-export([eunit/2]).
|
-export([eunit/2,
|
||||||
|
clean/2]).
|
||||||
-compile([export_all]).
|
|
||||||
|
|
||||||
-include("rebar.hrl").
|
-include("rebar.hrl").
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue