diff options
author | johnvg | 2011-08-18 10:37:50 +0000 |
---|---|---|
committer | johnvg | 2011-08-18 10:37:50 +0000 |
commit | cebb6d55633fe388b7e8b5cf6b0e8bce6cda681e (patch) | |
tree | 3234a01458afb419cfaa6e5bff08b0790ef32b6f /frontend/syntax.dcl | |
parent | prevent compiler crash if an uppercase generic identifier is used in a pattern (diff) |
remove unused constructor PE_Field of type ParsedExpr
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1960 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index ca9cc1f..e1c6319 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1209,7 +1209,6 @@ instance toString KindInfo | PE_ArrayCompr !ArrayKind !ParsedExpr ![Qualifier] | PE_Sequ Sequence | PE_WildCard - | PE_Field !ParsedExpr !(Global FieldSymbol) /* Auxiliary, used during checking */ | PE_QualifiedIdent !Ident !String |