From eefb78158d279aff005c5b2a24a03c496893301e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 28 Apr 2021 01:38:00 +0200 Subject: [PATCH] Removed TODO --- source/tlang/compiler/typecheck/core.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 1dc57c1..1bb5d19 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -79,9 +79,6 @@ public final class TypeChecker return foundType; } - - /* TODO: I don't like above, let's make shit implement Type */ - /** * Checks all TypedEntity(s) (so Variables and Functions) * such that their types (variable type/return type) are