Remove export_all in simplemod template

This commit is contained in:
Tuncer Ayaz 2012-03-25 11:17:42 +02:00
parent 196bc40cac
commit 769160ac36

View file

@ -2,9 +2,5 @@
-export([my_func/0]).
-ifdef(TEST).
-compile(export_all).
-endif.
my_func() ->
ok.