Typecheck

- Marked code as dead
This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-12 23:34:24 +02:00
parent 0480cecef6
commit 1dd70911d0
1 changed files with 2 additions and 5 deletions

View File

@ -1170,16 +1170,13 @@ public final class TypeChecker
return foundType;
}
/* TODO: TYpeEntity check sepeare */
/* TODO: Parsing within function etc. */
// TODO: What actually is the point of this? It literally generates a `Class[]`
// ... and then tosses it after returning. (See issue "Dead code tracking" #83)
private void checkDefinitionTypes(Container c)
{
/* Check variables and functions (TypedEntities) declarations */
// checkTypedEntitiesTypeNames(c);
/* Check class inheritance types */
Clazz[] classes;