mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 04:17:36 +02:00
remove an invalid assert
git-svn-id: https://smali.googlecode.com/svn/trunk@519 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -578,8 +578,6 @@ public class CodeItem extends Item<CodeItem> {
|
||||
newOffsetsByOriginalOffset, originalOffsetsByNewOffset);
|
||||
DebugInstructionIterator.IterateInstructions(debugInput, debugInstructionFixer);
|
||||
|
||||
assert debugInstructionFixer.result != null;
|
||||
|
||||
if (debugInstructionFixer.result != null) {
|
||||
debugInfo.setEncodedDebugInfo(debugInstructionFixer.result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user