aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorjohnvg2005-11-21 15:36:30 +0000
committerjohnvg2005-11-21 15:36:30 +0000
commit14b60733f7a265b82ad135e3371d1cd1db96b78a (patch)
treeb2889f989b85f3689995624e82c817ff0f004e03 /frontend/syntax.dcl
parentremove portToNewSyntax (diff)
remove unused constructor WildCard
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1567 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 4986059..ed6a337 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -1181,7 +1181,6 @@ cIsNotStrict :== False
| RecordUpdate !(Global DefinedSymbol) !Expression ![Bind Expression (Global FieldSymbol)]
| TupleSelect !DefinedSymbol !Int !Expression
| BasicExpr !BasicValue
- | WildCard
| Conditional !Conditional
| AnyCodeExpr !(CodeBinding BoundVar) !(CodeBinding FreeVar) ![String]