Remove unused 'fixed' field from DeodexUtil.insn

git-svn-id: https://smali.googlecode.com/svn/trunk@560 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2010-01-12 08:09:51 +00:00
parent 563bc66041
commit 575bd4ce54

View File

@ -818,11 +818,6 @@ public class DeodexUtil {
*/
public boolean visited = false;
/**
* If this is an odex instruction, and has been fixed.
*/
public boolean fixed = false;
/**
* If this code is dead. Note that not all dead code is marked. Only the dead code that comes after an odexed
* instruction can't be resolved because its object register is always null.