[M68K] Coverity fixup : remove old/dead code.

if(info) should be removed as it's an old part of the code that has been forgotten before merging.

Didn't cause any Bug as info is always true.
Related to issue #494

Signed-off-by: Nicolas PLANEL <nplanel@gmail.com>
This commit is contained in:
Nicolas PLANEL 2015-10-07 17:58:38 +11:00
parent 580ac52b16
commit e661bd0cfc
1 changed files with 1 additions and 3 deletions

View File

@ -1048,9 +1048,7 @@ static void build_cpush_cinv(m68k_info *info, int op_offset)
break;
// All
case 3:
if (info) {
ext->op_count = 1;
}
ext->op_count = 1;
MCInst_setOpcode(info->inst, op_offset + 2);
break;
}