Skip to content

Commit f504ddd

Browse files
committed
remove dead case
1 parent 3118334 commit f504ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/scalar.js

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ module.exports = {
9898
return node('binary', what);
9999

100100
// NUMERIC
101-
case '-': // long
102101
case this.tok.T_LNUMBER: // long
103102
case this.tok.T_DNUMBER: // double
104103
var result = this.node('number');

0 commit comments

Comments
 (0)