mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
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:
parent
563bc66041
commit
575bd4ce54
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user