Unused field stuff was harder than i thought

This commit is contained in:
Adam
2015-07-03 01:09:01 -04:00
parent 7b0776d1ec
commit c5bbe20791
3 changed files with 103 additions and 10 deletions

View File

@@ -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);