diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-03-24 18:42:47 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-03-24 18:42:47 +0100 |
commit | b045e161da383cdba28a3c0cc184a900160e565c (patch) | |
tree | 8b13afd782181278ca0648f83e5237b2789c824d /lib/compiler | |
parent | 6c3ea418e174303615207c91b58f8ea29629ba26 (diff) | |
download | otp-b045e161da383cdba28a3c0cc184a900160e565c.tar.gz otp-b045e161da383cdba28a3c0cc184a900160e565c.tar.bz2 otp-b045e161da383cdba28a3c0cc184a900160e565c.zip |
compiler: Remove redudant code in v3_codegen
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/src/v3_codegen.erl | 1 |
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} -> |