aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_codegen.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-03-24 18:42:47 +0100
committerBjörn-Egil Dahlberg <[email protected]>2014-03-24 18:42:47 +0100
commitb045e161da383cdba28a3c0cc184a900160e565c (patch)
tree8b13afd782181278ca0648f83e5237b2789c824d /lib/compiler/src/v3_codegen.erl
parent6c3ea418e174303615207c91b58f8ea29629ba26 (diff)
downloadotp-b045e161da383cdba28a3c0cc184a900160e565c.tar.gz
otp-b045e161da383cdba28a3c0cc184a900160e565c.tar.bz2
otp-b045e161da383cdba28a3c0cc184a900160e565c.zip
compiler: Remove redudant code in v3_codegen
Diffstat (limited to 'lib/compiler/src/v3_codegen.erl')
-rw-r--r--lib/compiler/src/v3_codegen.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/v3_codegen.erl b/lib/compiler/src/v3_codegen.erl
index 3d25c6b764..47a357c23d 100644
--- a/lib/compiler/src/v3_codegen.erl
+++ b/lib/compiler/src/v3_codegen.erl
@@ -960,7 +960,6 @@ select_extract_map(Src, Vs, Fail, I, Vdb, Bef, St) ->
end, {{[],[]},Bef}, Vs),
Code = case {HasKs,GetVs} of
- {[],[]} -> {[],Aft,St};
{HasKs,[]} ->
[{test,has_map_fields,{f,Fail},Rsrc,{list,HasKs}}];
{[],GetVs} ->