[std::str] Remove the now unused not_utf8 condition.

This commit is contained in:
Simon Sapin
2013-12-23 17:50:27 +01:00
parent 05ae134ace
commit ec422d70c3
2 changed files with 3 additions and 11 deletions

View File

@@ -117,14 +117,6 @@ use default::Default;
use send_str::{SendStr, SendStrOwned};
use unstable::raw::Repr;
/*
Section: Conditions
*/
condition! {
pub not_utf8: (~str) -> ~str;
}
/*
Section: Creating a string
*/