Remove references to guide-conditions

std::condition was removed in 454882dcb7
but there are still links to the guide. Removing them.
This commit is contained in:
Gary M. Josack 2014-02-25 01:01:55 -08:00
parent 4243cad56b
commit 7e85431775
2 changed files with 0 additions and 2 deletions

1
configure vendored
View file

@ -803,7 +803,6 @@ do
make_dir $h/test/doc-guide-pointers
make_dir $h/test/doc-guide-container
make_dir $h/test/doc-guide-tasks
make_dir $h/test/doc-guide-conditions
make_dir $h/test/doc-complement-cheatsheet
make_dir $h/test/doc-rust
done

View file

@ -19,7 +19,6 @@ li {list-style-type: none; }
* [Foreign Function Interface](guide-ffi.html)
* [Macros](guide-macros.html)
* [Testing](guide-testing.html)
* [Conditions](guide-conditions.html)
* [Rust's Runtime](guide-runtime.html)
# Libraries