Remove argument_or_redirection type

This was a symbol that represented either an argument or a redirection.
This was only used as part of argument_or_redirection_list.
It's simpler to just have these types be alternatives in the list type.
This commit is contained in:
ridiculousfish
2018-01-22 13:18:34 -08:00
parent f81eef5ee1
commit 9d48c68f24
5 changed files with 9 additions and 35 deletions

View File

@@ -22,7 +22,6 @@ ELEM(decorated_statement)
ELEM(plain_statement)
ELEM(argument_list)
ELEM(arguments_or_redirections_list)
ELEM(argument_or_redirection)
ELEM(argument)
ELEM(redirection)
ELEM(optional_background)