aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljs.g
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2023-04-06 10:38:30 +0200
committerSami Shalayel <sami.shalayel@qt.io>2023-04-12 13:07:06 +0200
commit309545b6de220e590528c132c8d161c81e019edd (patch)
tree34fb7f937bb3171414e766352dc647a2ed0f2db1 /src/qml/parser/qqmljs.g
parent1c566c5124370fc46dd9d697eef5b0154c1df2da (diff)
Kill TypeArgument(List)
Remove the forward declarations of TypeArgument(List) and its uses. This amends e89a06753c772bd96b3299e03b2f7ad78ffc9fb9 that removed TypeArgument(List)'s definition while leaving its forward declarations and uses around. Change-Id: I1a3e27ce18611beaf84b7c59e01a622f9e7f2477 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/qml/parser/qqmljs.g')
-rw-r--r--src/qml/parser/qqmljs.g1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/parser/qqmljs.g b/src/qml/parser/qqmljs.g
index 13c54d387b..bcede595a2 100644
--- a/src/qml/parser/qqmljs.g
+++ b/src/qml/parser/qqmljs.g
@@ -212,7 +212,6 @@ public:
AST::ExportClause *ExportClause;
AST::ExportDeclaration *ExportDeclaration;
AST::TypeAnnotation *TypeAnnotation;
- AST::TypeArgument *TypeArgument;
AST::Type *Type;
AST::UiProgram *UiProgram;