commit d1f8f167a546ec52a661bc909808e0683ce99835 parent ab18e2097f61ddc3b9086b69e6d9463ce4c3bd90 Author: Christian Hesse <mail@eworm.de> Date: Mon, 1 Dec 2014 14:11:56 +0100 Remove useless rule Diffstat:
| M | src/plugins/vcalendar/libical/libical/icalyacc.y | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/plugins/vcalendar/libical/libical/icalyacc.y b/src/plugins/vcalendar/libical/libical/icalyacc.y @@ -356,10 +356,6 @@ period_value: DIGITS TIME_CHAR DIGITS utc_char '/' DIGITS TIME_CHAR DIGITS utc } -trigger: - - - /* UTC Offset */ plusminus: '+' { utcsign = 1; }