Unused field stuff was harder than i thought
This commit is contained in:
@@ -153,7 +153,6 @@ public class ClassFile
|
||||
if (m != null)
|
||||
return m;
|
||||
|
||||
// XXX is this necessary?
|
||||
ClassFile parent = getParent();
|
||||
if (parent != null)
|
||||
return parent.findMethod(nat);
|
||||
|
||||
Reference in New Issue
Block a user