]> git.sur5r.net Git - i3/i3/commitdiff
remove usless 'operation' token, already handled by 'operation optwhitespace'
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 21:29:07 +0000 (22:29 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 21:29:07 +0000 (22:29 +0100)
src/cmdparse.y

index bab369525f80e7d946b6102142787553f2188ccd..be402f9e4f0bf53045f43e07171fc51968737874 100644 (file)
@@ -277,7 +277,6 @@ criteria:
     ;
 
 operations:
-    operation
     | operation optwhitespace
     | operations ',' optwhitespace operation
     ;