Skip to content

Commit 6dca8ed

Browse files
committed
Remove emitOperator() and emitName() which are no longer used
1 parent c4c0023 commit 6dca8ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,6 @@ protected function emitImport($result, $import) {
118118
}
119119
}
120120

121-
protected function emitOperator($result, $operator) {
122-
// NOOP
123-
}
124-
125-
protected function emitName($result, $name) {
126-
// NOOP
127-
}
128-
129121
protected function emitCode($result, $code) {
130122
$result->out->write($code->value);
131123
}

0 commit comments

Comments
 (0)