From 9715c403865857f917b466b442a1f85a73a49e7e Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 8 Dec 2012 22:09:00 +0100 Subject: [PATCH] rebar_core: remove useless return after ?ABORT call --- src/rebar_core.erl | 3 +-- 1 file changed, 1 insertion(+), 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).