remove unneeded export_all. in OTP20 it is a warning
This commit is contained in:
parent
4d2ab621ab
commit
69fbe53eea
2 changed files with 1 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
-define(p_zero_or_more,true).
|
||||
|
||||
|
||||
-compile(export_all).
|
||||
|
||||
-spec file(file:name()) -> any().
|
||||
file(Filename) -> case file:read_file(Filename) of {ok,Bin} -> parse(Bin); Err -> Err end.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue