Skip to content

Commit c2ecb71

Browse files
DanielEScherzerkocsismate
authored andcommitted
gen_stub: remove unused SimpleType::void()
1 parent ad92965 commit c2ecb71

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
@@ -357,11 +357,6 @@ public static function object(): SimpleType
357357
return new SimpleType("object", true);
358358
}
359359

360-
public static function void(): SimpleType
361-
{
362-
return new SimpleType("void", true);
363-
}
364-
365360
protected function __construct(string $name, bool $isBuiltin) {
366361
$this->name = $name;
367362
$this->isBuiltin = $isBuiltin;

0 commit comments

Comments
 (0)