Skip to content

Commit c4c0023

Browse files
committed
Remove emitStart() - start tokens are no longer produced
1 parent d092852 commit c4c0023

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/php/lang/ast/emit/PHP.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ protected function emitAsExpression($result, $expression) {
108108
}
109109
}
110110

111-
protected function emitStart($result, $start) {
112-
// NOOP
113-
}
114-
115111
protected function emitNamespace($result, $declaration) {
116112
$result->out->write('namespace '.$declaration->name);
117113
}

0 commit comments

Comments
 (0)