mirror of
https://github.com/revanced/smali.git
synced 2025-05-09 10:54:29 +02:00
Remove obsolete TODO regarding duplicate classes in the class path
This commit is contained in:
parent
a9ce1cf3ec
commit
30ab0c266a
@ -240,7 +240,6 @@ public class ClassPath {
|
|||||||
private void loadDexFile(String dexFilePath, DexFile dexFile) {
|
private void loadDexFile(String dexFilePath, DexFile dexFile) {
|
||||||
for (ClassDefItem classDefItem: dexFile.ClassDefsSection.getItems()) {
|
for (ClassDefItem classDefItem: dexFile.ClassDefsSection.getItems()) {
|
||||||
try {
|
try {
|
||||||
//TODO: need to check if the class already exists. (and if so, what to do about it?)
|
|
||||||
TempClassInfo tempClassInfo = new TempClassInfo(dexFilePath, classDefItem);
|
TempClassInfo tempClassInfo = new TempClassInfo(dexFilePath, classDefItem);
|
||||||
|
|
||||||
if (!tempClasses.containsKey(tempClassInfo.classType)) {
|
if (!tempClasses.containsKey(tempClassInfo.classType)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user