Skip to content

Commit 866554b

Browse files
author
Maarten Staa
committed
Remove another dead code path.
1 parent 215b767 commit 866554b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/parser/function.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,6 @@ module.exports = {
428428
result.destroy();
429429
return this.read_namespace_name();
430430
}
431-
} else if (
432-
this.token === this.tok.T_NAMESPACE ||
433-
this.token === this.tok.T_NS_SEPARATOR
434-
) {
435-
// fix : destroy not consumed node (release comments)
436-
result.destroy();
437-
return this.read_namespace_name();
438431
}
439432
// fix : destroy not consumed node (release comments)
440433
result.destroy();

0 commit comments

Comments
 (0)