瀏覽代碼

Remove export_all in simplemod template

pull/3/head
Tuncer Ayaz 13 年之前
父節點
當前提交
769160ac36
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      priv/templates/simplemod.erl

+ 0
- 4
priv/templates/simplemod.erl 查看文件

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

Loading…
取消
儲存