Skip to content

Commit

Permalink
Remove references to guide-conditions
Browse files Browse the repository at this point in the history
std::condition was removed in 454882d
but there are still links to the guide. Removing them.
  • Loading branch information
gmjosack committed Feb 25, 2014
1 parent 4243cad commit 7e85431
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e85431

Please sign in to comment.