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