Skip to content

Commit bbb0886

Browse files
committed
Optimization part 3
1 parent fd80c64 commit bbb0886

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Kernel/Mnemonics/_invokestatic.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public function execute(): void
2525
$methodName = $cpInfo[$cpInfo[$cp->getNameAndTypeIndex()]->getNameIndex()]->getString();
2626
$signature = Formatter::parseSignature($cpInfo[$cpInfo[$cp->getNameAndTypeIndex()]->getDescriptorIndex()]->getString());
2727

28-
$this->getOptions('class_resolver')
29-
->resolve($cpInfo[$cpInfo[$cp->getClassIndex()]->getClassIndex()]->getString());
3028
[$resourceType, $classObject] = $this->getOptions('class_resolver')
3129
->resolve($cpInfo[$cpInfo[$cp->getClassIndex()]->getClassIndex()]->getString());
3230

0 commit comments

Comments
 (0)