From 4885a68b9a11a13f27723a5fc5615ef05df3db8a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 30 Jun 2019 15:06:26 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cf5c05abec..52b3d6de98 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ The compilation is temporarily slower for this release: - The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of. - There are a lot of known issues that are quick to fix (like function lookups being O(n)). -There's some old hacky code written when V was 2 months old. All of it will be quickly cleaned up. There are ~500 lines of C code, which will be removed by the end of June. ## Code structure