mirror of
https://github.com/revanced/smali.git
synced 2025-05-16 14:17:04 +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:
parent
146fbfd33a
commit
b145895c49
@ -578,8 +578,6 @@ public class CodeItem extends Item<CodeItem> {
|
|||||||
newOffsetsByOriginalOffset, originalOffsetsByNewOffset);
|
newOffsetsByOriginalOffset, originalOffsetsByNewOffset);
|
||||||
DebugInstructionIterator.IterateInstructions(debugInput, debugInstructionFixer);
|
DebugInstructionIterator.IterateInstructions(debugInput, debugInstructionFixer);
|
||||||
|
|
||||||
assert debugInstructionFixer.result != null;
|
|
||||||
|
|
||||||
if (debugInstructionFixer.result != null) {
|
if (debugInstructionFixer.result != null) {
|
||||||
debugInfo.setEncodedDebugInfo(debugInstructionFixer.result);
|
debugInfo.setEncodedDebugInfo(debugInstructionFixer.result);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user