Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2014-09-09 17:14:37 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2014-09-09 17:14:37 +0400
commit8602eed8f7f134deff6ed89fb38f8ec4119b3004 (patch)
tree1178872f42438e5ed8fa49c39e9206e92dc53679 /README.md
parent6bee6a7b18978aa6ce977b8b0f9ce19cf962f36b (diff)
[cleanup] Remove more old files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 609b9fa4660..b061956eee2 100644
--- a/README.md
+++ b/README.md
@@ -494,16 +494,12 @@ Directory Roadmap
* `dis/` - CIL executable Disassembler
- * `cli/` - Common code for the JIT and the interpreter.
-
* `io-layer/` - The I/O layer and system abstraction for
emulating the .NET IO model.
* `cil/` - Common Intermediate Representation, XML
definition of the CIL bytecodes.
- * `interp/` - Interpreter for CLI executables (obsolete).
-
* `arch/` - Architecture specific portions.
* `man/` - Manual pages for the various Mono commands and programs.