Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Mar 30, 2023
1 parent cfdae1d commit 60d100f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/matcher/srcprocess/Jadx.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ public synchronized String decompile(ClassInstance cls, ClassFeatureExtractor en
.replace('$', '.');

if (jadxFullClassName.equals(fullClassName)) {
if (jadxCls.isInner()) {
break;
}

return jadxCls.getCode();
}
}
Expand Down

0 comments on commit 60d100f

Please sign in to comment.