Procházet zdrojové kódy

remove comment that doesn't apply to rebar3

pull/323/head
Tristan Sloughter před 10 roky
rodič
revize
88150bbe9e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      src/rebar_erlc_compiler.erl

+ 0
- 1
src/rebar_erlc_compiler.erl Zobrazit soubor

@ -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)].

Načítá se…
Zrušit
Uložit