Remove dead codes

This commit is contained in:
Kiet Tran
2013-12-08 02:55:28 -05:00
parent c06dd0e0af
commit 1755408d1a
67 changed files with 150 additions and 1130 deletions

View File

@@ -122,10 +122,6 @@ pub fn render<T: fmt::Default, S: fmt::Default>(
);
}
fn boolstr(b: bool) -> &'static str {
if b { "true" } else { "false" }
}
fn nonestr<'a>(s: &'a str) -> &'a str {
if s == "" { "none" } else { s }
}