mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Remove export_all in simplemod template
This commit is contained in:
parent
196bc40cac
commit
769160ac36
1 changed files with 0 additions and 4 deletions
|
@ -2,9 +2,5 @@
|
||||||
|
|
||||||
-export([my_func/0]).
|
-export([my_func/0]).
|
||||||
|
|
||||||
-ifdef(TEST).
|
|
||||||
-compile(export_all).
|
|
||||||
-endif.
|
|
||||||
|
|
||||||
my_func() ->
|
my_func() ->
|
||||||
ok.
|
ok.
|
||||||
|
|
Loading…
Reference in a new issue