removed unused 'trigger:' production.

2001-12-18  Damon Chaplin  <damon@ximian.com>

	* src/libical/icalyacc.y: removed unused 'trigger:' production.

	* configure.in (AC_OUTPUT): patch from Jeremy Katz <katzj@redhat.com>
	to remove src/libicalss/Makefile and src/libicalvcal/Makefile, as we
	don't ship those directories now.

svn path=/trunk/; revision=15152
This commit is contained in:
Damon Chaplin
2001-12-18 20:08:31 +00:00
committed by Damon Chaplin
parent 62aa85a5ef
commit db035d9cf1
3 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2001-12-18 Damon Chaplin <damon@ximian.com>
* src/libical/icalyacc.y: removed unused 'trigger:' production.
* configure.in (AC_OUTPUT): patch from Jeremy Katz <katzj@redhat.com>
to remove src/libicalss/Makefile and src/libicalvcal/Makefile, as we
don't ship those directories now.
2001-12-10 Damon Chaplin <damon@ximian.com>
* src/libical/icaltimezone.c (icaltimezone_get_display_name): if all

View File

@ -94,8 +94,6 @@ scripts/Makefile
src/Makefile
src/libical/Makefile
src/libical/icalversion.h
src/libicalss/Makefile
src/libicalvcal/Makefile
test-data/Makefile
zoneinfo/Makefile
])

View File

@ -6,7 +6,7 @@
DESCRIPTION:
$Id: icalyacc.y,v 1.12 2001/06/14 02:50:46 damon Exp $
$Id: icalyacc.y,v 1.13 2001/12/18 20:08:31 damon Exp $
$Locker: $
(C) COPYRIGHT 1999 Eric Busboom
@ -355,10 +355,6 @@ period_value: DIGITS TIME_CHAR DIGITS utc_char '/' DIGITS TIME_CHAR DIGITS utc
}
trigger:
/* UTC Offset */
plusminus: '+' { utcsign = 1; }