From 78af0f76368a521299b8bb2b9884d1a1eaaa9ca1 Mon Sep 17 00:00:00 2001 From: Benjamin Herr Date: Wed, 2 Apr 2014 16:56:31 +0200 Subject: [PATCH] doc: Remove dated "libgreen is default" statement. --- src/doc/guide-runtime.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc/guide-runtime.md b/src/doc/guide-runtime.md index b52c520761e23..2efb2ae8a8a6a 100644 --- a/src/doc/guide-runtime.md +++ b/src/doc/guide-runtime.md @@ -216,8 +216,7 @@ into the pool of schedulers in order to spawn a new task. With two implementations of the runtime available, a choice obviously needs to be made to see which will be used. The compiler itself will always by-default -link to one of these runtimes. At the time of this writing, the default runtime -is `libgreen` but in the future this will become `libnative`. +link to one of these runtimes. Having a default decision made in the compiler is done out of necessity and convenience. The compiler's decision of runtime to link to is *not* an