Skip to content

Commit 4170b57

Browse files
committed
remove some unused actions
1 parent 52e9225 commit 4170b57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/CSS/Grammar/Actions.rakumod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,14 +415,6 @@ class CSS::Grammar::Actions
415415
$.warning('unclosed comment at end of input');
416416
}
417417

418-
method unclosed-paren-square($/) {
419-
$.warning("no closing ']'");
420-
}
421-
422-
method unclosed-paren-round($/) {
423-
$.warning("no closing ')'");
424-
}
425-
426418
method unknown($/) {
427419
$.warning('dropping', ~$/)
428420
}

0 commit comments

Comments
 (0)