From 7e854317759743026b2066079d2dee90c4bbdd8a Mon Sep 17 00:00:00 2001 From: "Gary M. Josack" Date: Tue, 25 Feb 2014 01:01:55 -0800 Subject: [PATCH] Remove references to guide-conditions std::condition was removed in 454882dcb7fdb03867d695a88335e2d2c8f7561a but there are still links to the guide. Removing them. --- configure | 1 - src/doc/index.md | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index a25eb832114..a69069183e7 100755 --- a/configure +++ b/configure @@ -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 diff --git a/src/doc/index.md b/src/doc/index.md index e343173f50a..8c77fe279db 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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