mirror of
https://github.com/revanced/smali.git
synced 2025-05-07 01:44:32 +02:00
Remove unnecessary TODO
This commit is contained in:
parent
f60061e0e7
commit
4ee6056b23
@ -554,7 +554,6 @@ public class ClassProto implements TypeProto {
|
|||||||
//TODO: check the case when we have a package private method that overrides an interface method
|
//TODO: check the case when we have a package private method that overrides an interface method
|
||||||
@Nonnull
|
@Nonnull
|
||||||
private Method[] loadVtable() {
|
private Method[] loadVtable() {
|
||||||
//TODO: it might be useful to keep track of which class's implementation is used for each virtual method. In other words, associate the implementing class type with each vtable entry
|
|
||||||
List<Method> virtualMethodList = Lists.newLinkedList();
|
List<Method> virtualMethodList = Lists.newLinkedList();
|
||||||
|
|
||||||
//copy the virtual methods from the superclass
|
//copy the virtual methods from the superclass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user