Remove structurally dead code 06/178806/1 accepted/tizen/unified/20180516.162355 submit/tizen/20180516.140048
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 14 May 2018 05:53:53 +0000 (08:53 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 14 May 2018 05:53:53 +0000 (08:53 +0300)
Change-Id: I984551f439cce060b94033eb186a39ef8cb02dad
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
modules/arch/arm/probes/decode_thumb.c

index 9ab32ad779704e05970beeca442dd94875c2b9c4..ab2e723a641266ad822168789dbc768b3ad79503 100644 (file)
@@ -349,8 +349,6 @@ static int t32_1110_1(thumb_insn_t insn, struct decode_info *info)
        } else {
                return t32_1110_11(insn, info);
        }
-
-       return thumb_not_implement(insn, info);
 }
 
 static int t32_1111_0(thumb_insn_t insn, struct decode_info *info)
@@ -364,8 +362,6 @@ static int t32_1111_0(thumb_insn_t insn, struct decode_info *info)
                /* [1111 0xxx xxxx xxxx 1xxx xxxx xxxx xxxx] */
                return t32_1111_0xxx_xxxx_xxxx_1(insn, info);
        }
-
-       return thumb_not_implement(insn, info);
 }
 
 decode_handler_t table_111x_x[4] = {