mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
removed superfluous methods
git-svn-id: https://smali.googlecode.com/svn/trunk@179 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -54,26 +54,11 @@ public class EncodedArrayItem extends OffsettedItem<EncodedArrayItem> {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public void readFrom(Input in) {
|
|
||||||
super.readFrom(in);
|
|
||||||
}
|
|
||||||
|
|
||||||
public int place(int index, int offset) {
|
|
||||||
return super.place(index, offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void writeTo(AnnotatedOutput out) {
|
|
||||||
super.writeTo(out);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected int getAlignment() {
|
protected int getAlignment() {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getOffset() {
|
|
||||||
return super.getOffset();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void add(int index, EncodedValue value) {
|
public void add(int index, EncodedValue value) {
|
||||||
encodedArray.add(index, value);
|
encodedArray.add(index, value);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user