mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 03:40:12 +02:00
Remove invalid assert
This commit is contained in:
parent
39b3a7c5a9
commit
45dfbd6d58
@ -1549,7 +1549,6 @@ public class MethodAnalyzer {
|
||||
RegisterType objectRegisterType = getAndCheckSourceRegister(analyzedInstruction, objectRegister,
|
||||
ReferenceOrUninitCategories);
|
||||
TypeProto objectRegisterTypeProto = objectRegisterType.type;
|
||||
assert objectRegisterTypeProto != null;
|
||||
|
||||
if (objectRegisterType.category == RegisterType.NULL) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user