summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-12-08 22:09:00 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-02-26 18:24:50 +0100
commit9715c403865857f917b466b442a1f85a73a49e7e (patch)
tree9944a19c6226676423a2788c79a2afdfaf0ab283 /src/rebar_core.erl
parent2b9241bd2bc20b87e07934a5af179e6c802cb44f (diff)
rebar_core: remove useless return after ?ABORT call
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 099e971..eec8f5e 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -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).