From 2411969955bea4561d91fc3b86eb7b4af7335ff3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 17 Jul 2023 14:41:18 +0200 Subject: [PATCH] Data - Removed unused type `ArgumentList` --- source/tlang/compiler/symbols/data.d | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/tlang/compiler/symbols/data.d b/source/tlang/compiler/symbols/data.d index 5e4effb..2e17877 100644 --- a/source/tlang/compiler/symbols/data.d +++ b/source/tlang/compiler/symbols/data.d @@ -240,12 +240,6 @@ public class TypedEntity : Entity, MTypeRewritable public import tlang.compiler.symbols.containers; -public class ArgumentList -{ - -} - - /** * VariableParameter *