Skip to content

Commit 78af0f7

Browse files
committed
doc: Remove dated "libgreen is default" statement.
1 parent 21273d5 commit 78af0f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/guide-runtime.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ into the pool of schedulers in order to spawn a new task.
216216

217217
With two implementations of the runtime available, a choice obviously needs to
218218
be made to see which will be used. The compiler itself will always by-default
219-
link to one of these runtimes. At the time of this writing, the default runtime
220-
is `libgreen` but in the future this will become `libnative`.
219+
link to one of these runtimes.
221220

222221
Having a default decision made in the compiler is done out of necessity and
223222
convenience. The compiler's decision of runtime to link to is *not* an

0 commit comments

Comments
 (0)