Remove export_all directive

This commit is contained in:
Tuncer Ayaz 2011-02-13 16:35:03 +01:00
parent e4cd50e2a3
commit b70f374f89

View file

@ -43,9 +43,8 @@
%% -------------------------------------------------------------------
-module(rebar_eunit).
-export([eunit/2]).
-compile([export_all]).
-export([eunit/2,
clean/2]).
-include("rebar.hrl").