diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-04-10 10:44:02 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-04-10 10:44:02 -0500 |
commit | 88150bbe9ea9755791d1e51b4270f3711f9c97ea (patch) | |
tree | d5a3cdedbc9a24586b8977956593777407ffcf7a /src | |
parent | aaf0b5c00a3bc408cd27415436ed56f17ba0c4c3 (diff) |
remove comment that doesn't apply to rebar3
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_erlc_compiler.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index b78a1f5..355ec3c 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -170,7 +170,6 @@ doterl_compile(Config, Dir, OutDir, MoreSources, ErlOpts) -> ok. erl_first_files(Config, NeededErlFiles) -> - %% NOTE: rebar_config:get_local perhaps? ErlFirstFilesConf = rebar_state:get(Config, erl_first_files, []), %% NOTE: order of files in ErlFirstFiles is important! [File || File <- ErlFirstFilesConf, lists:member(File, NeededErlFiles)]. |