summary refs log tree commit diff stats
path: root/compiler/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/readme.txt')
-rw-r--r--compiler/readme.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/readme.txt b/compiler/readme.txt
deleted file mode 100644
index ccfad7748..000000000
--- a/compiler/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory contains the Nim compiler written in Nim. Note that this
-code has been translated from a bootstrapping version written in Pascal, so
-the code is **not** a poster child of good Nim code.
-
-See https://nim-lang.org/docs/intern.html for more information.