aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2011-08-18 10:37:50 +0000
committerjohnvg2011-08-18 10:37:50 +0000
commitcebb6d55633fe388b7e8b5cf6b0e8bce6cda681e (patch)
tree3234a01458afb419cfaa6e5bff08b0790ef32b6f
parentprevent 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
-rw-r--r--frontend/syntax.dcl1
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