summaryrefslogtreecommitdiff
path: root/source/slang/decl-defs.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-10-31 04:26:06 -0400
committerYong He <yonghe@outlook.com>2017-10-31 04:26:06 -0400
commit436c906a36fc7ff4f767d303cb5824995cd117d8 (patch)
tree5bc263b475f738db48c6f19ac26cd869232a62d2 /source/slang/decl-defs.h
parent84f381cc180b3176d6a58da4085ee8470f246922 (diff)
Revert "work in-progress, add parsing for assoc type decls and member type expressions"
This reverts commit 84f381cc180b3176d6a58da4085ee8470f246922.
Diffstat (limited to 'source/slang/decl-defs.h')
-rw-r--r--source/slang/decl-defs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/decl-defs.h b/source/slang/decl-defs.h
index 4021f5a38..c96fe6d09 100644
--- a/source/slang/decl-defs.h
+++ b/source/slang/decl-defs.h
@@ -122,11 +122,6 @@ SYNTAX_CLASS(TypeDefDecl, SimpleTypeDecl)
SYNTAX_FIELD(TypeExp, type)
END_SYNTAX_CLASS()
-// An 'assoctype' declaration
-SYNTAX_CLASS(AssocTypeDecl, SimpleTypeDecl)
- SYNTAX_FIELD(TypeExp, constraint)
-END_SYNTAX_CLASS()
-
// A scope for local declarations (e.g., as part of a statement)
SIMPLE_SYNTAX_CLASS(ScopeDecl, ContainerDecl)