Skip to content

Commit 301a665

Browse files
committed
Removed ##override_root
1 parent 47d7863 commit 301a665

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bnf.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ export function ast_to_config(ast: Node[], log: Logger = () => {}, include?: (na
5252
case 'root':
5353
rootNodes.push(...contents.split(/[ ,;]/));
5454
break;
55-
case 'override_root':
56-
rootNodes = contents.split(/[ ,;]/);
57-
break;
5855
case 'ignore':
5956
ignoreLiterals.push(...contents.split(/[ ,;]/));
6057
break;

0 commit comments

Comments
 (0)