mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
rebar_core: remove useless return after ?ABORT call
This commit is contained in:
parent
2b9241bd2b
commit
9715c40386
1 changed files with 1 additions and 2 deletions
|
@ -265,8 +265,7 @@ remember_cwd_predirs(Cwd, Predirs) ->
|
|||
?ABORT("Internal consistency assertion failed.~n"
|
||||
"sub_dir ~s already associated with ~s.~n"
|
||||
"Duplicate sub_dirs or deps entries?",
|
||||
[Dir, Existing]),
|
||||
Dict
|
||||
[Dir, Existing])
|
||||
end
|
||||
end,
|
||||
lists:foldl(Store, dict:new(), Predirs).
|
||||
|
|
Loading…
Reference in a new issue