From 575bd4ce54ecc53d9c01e3c000fd5c9b1acbb855 Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Tue, 12 Jan 2010 08:09:51 +0000 Subject: [PATCH] Remove unused 'fixed' field from DeodexUtil.insn git-svn-id: https://smali.googlecode.com/svn/trunk@560 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- .../src/main/java/org/jf/baksmali/Deodex/DeodexUtil.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/baksmali/src/main/java/org/jf/baksmali/Deodex/DeodexUtil.java b/baksmali/src/main/java/org/jf/baksmali/Deodex/DeodexUtil.java index d189ed6d..bb1242c2 100644 --- a/baksmali/src/main/java/org/jf/baksmali/Deodex/DeodexUtil.java +++ b/baksmali/src/main/java/org/jf/baksmali/Deodex/DeodexUtil.java @@ -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.