summaryrefslogtreecommitdiff
path: root/source/slang/expr-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/expr-defs.h')
-rw-r--r--source/slang/expr-defs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/expr-defs.h b/source/slang/expr-defs.h
index 4b47cc883..3909c6b63 100644
--- a/source/slang/expr-defs.h
+++ b/source/slang/expr-defs.h
@@ -132,11 +132,6 @@ END_SYNTAX_CLASS()
SYNTAX_CLASS(ImplicitCastExpr, TypeCastExpr)
END_SYNTAX_CLASS()
-// An implicit type-cast that should also be hidden on output,
-// because we don't want to mess with the user's code
-SYNTAX_CLASS(HiddenImplicitCastExpr, ImplicitCastExpr)
-END_SYNTAX_CLASS()
-
SIMPLE_SYNTAX_CLASS(SelectExpr, OperatorExpr)
SIMPLE_SYNTAX_CLASS(GenericAppExpr, AppExprBase)