Skip to content

Commit 5acbcd1

Browse files
gen_stub: remove unused AbstractConstName::equals()
1 parent 93b9c9a commit 5acbcd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/gen_stub.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -898,11 +898,6 @@ public function getDeclarationName(): string;
898898

899899
abstract class AbstractConstName implements VariableLikeName
900900
{
901-
public function equals(AbstractConstName $const): bool
902-
{
903-
return $this->__toString() === $const->__toString();
904-
}
905-
906901
abstract public function isClassConst(): bool;
907902

908903
public function isUnknown(): bool

0 commit comments

Comments
 (0)