From: Michael Stapelberg Date: Mon, 14 Mar 2011 21:29:07 +0000 (+0100) Subject: remove usless 'operation' token, already handled by 'operation optwhitespace' X-Git-Tag: tree-pr3~129 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8928823e07352615165f7e7399728143002f2563;p=i3%2Fi3 remove usless 'operation' token, already handled by 'operation optwhitespace' --- diff --git a/src/cmdparse.y b/src/cmdparse.y index bab36952..be402f9e 100644 --- a/src/cmdparse.y +++ b/src/cmdparse.y @@ -277,7 +277,6 @@ criteria: ; operations: - operation | operation optwhitespace | operations ',' optwhitespace operation ;