Преглед изворни кода

rebar_core: remove useless return after ?ABORT call

pull/3/head
Tuncer Ayaz пре 12 година
родитељ
комит
9715c40386
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      src/rebar_core.erl

+ 1
- 2
src/rebar_core.erl Прегледај датотеку

@ -265,8 +265,7 @@ remember_cwd_predirs(Cwd, Predirs) ->
?ABORT("Internal consistency assertion failed.~n" ?ABORT("Internal consistency assertion failed.~n"
"sub_dir ~s already associated with ~s.~n" "sub_dir ~s already associated with ~s.~n"
"Duplicate sub_dirs or deps entries?", "Duplicate sub_dirs or deps entries?",
[Dir, Existing]),
Dict
[Dir, Existing])
end end
end, end,
lists:foldl(Store, dict:new(), Predirs). lists:foldl(Store, dict:new(), Predirs).

Loading…
Откажи
Сачувај