Drop ExceptionSpec for now, its not used.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16404 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -533,13 +533,11 @@ ConstrainedType : Type Constraint
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
Constraint : '(' ConstraintSpec ExceptionSpec ')'
|
Constraint : '(' ConstraintSpec ')'
|
||||||
{
|
{
|
||||||
$$ = $2;
|
$$ = $2;
|
||||||
}
|
}
|
||||||
|
|
||||||
ExceptionSpec :
|
|
||||||
|
|
||||||
ConstraintSpec : GeneralConstraint
|
ConstraintSpec : GeneralConstraint
|
||||||
|
|
||||||
GeneralConstraint: ContentsConstraint
|
GeneralConstraint: ContentsConstraint
|
||||||
|
Reference in New Issue
Block a user