remove Syntax variant on TInParens

This commit is contained in:
Folkert 2021-02-12 15:23:29 +01:00
parent b204154fec
commit 870fd88165
2 changed files with 0 additions and 5 deletions

View file

@ -425,9 +425,6 @@ pub enum TInParens<'a> {
///
Type(&'a Type<'a>, Row, Col),
// TODO REMOVE in favor of Type
Syntax(&'a SyntaxError<'a>, Row, Col),
///
Space(BadInputError, Row, Col),
///