Revert "[SyntaxParse] Parse generic parameter clause and generic where clause"

This commit is contained in:
Rintaro Ishizaki
2019-09-20 14:02:53 -07:00
committed by GitHub
parent 4804444c14
commit 1584e87aa7
33 changed files with 364 additions and 634 deletions

View File

@@ -233,9 +233,6 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PoundAssertStmt': 229,
'SomeType': 230,
'CustomAttribute': 231,
'GenericRequirement': 232,
'LayoutRequirement': 233,
'LayoutConstraint': 234,
}