Browse Source

Remove export_all in simplemod template

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
769160ac36
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      priv/templates/simplemod.erl

+ 0
- 4
priv/templates/simplemod.erl View File

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

Loading…
Cancel
Save