diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index a93189c..7d9bb63 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -151,12 +151,6 @@ public final class TypeChecker */ checkContainerCollision(modulle); /* TODO: Rename checkContainerCollision */ - /** - * Check that definition types (for functions and - * variables that are being declared) are valid types - */ - checkDefinitionTypes(modulle); - /* TODO: Now that everything is defined, no collision */ /* TODO: Do actual type checking and declarations */ dependencyCheck();