diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-10-01 16:57:49 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-10-01 16:57:49 +0200 |
commit | 392e312b3fc0c02b5586c913e6a1cc94e1293ceb (patch) | |
tree | 92b0039abe525ac1af9898b12ebe7fa9882fe161 /src | |
parent | 7200d18671b16155ed658fb5390708bbc9acff2a (diff) |
Update TODO comment
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 898864b..9df360c 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -129,7 +129,7 @@ abort(String, Args) -> %% TODO: Rename emulate_escript_foldl to escript_foldl and remove %% this function when the time is right. escript:foldl/3 was an -%% undocumented exported fun and is going to be removed post-R13B04. +%% undocumented exported fun and has been removed in R14. escript_foldl(Fun, Acc, File) -> {module, zip} = code:ensure_loaded(zip), case erlang:function_exported(zip, foldl, 3) of |