Skip to content

Commit a1e4230

Browse files
authored
Remove unecessary hasDefault assignment (#325)
1 parent 1cc091f commit a1e4230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fluent-syntax/src/parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ export default class FluentParser {
320320
}
321321
ps.next();
322322
defaultIndex = true;
323-
hasDefault = true;
324323
}
325324

326325
ps.expectChar("[");

0 commit comments

Comments
 (0)