Skip to content

Commit

Permalink
doc: Remove dated "libgreen is default" statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0x539 committed Apr 2, 2014
1 parent 21273d5 commit 78af0f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/guide-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78af0f7

Please sign in to comment.