rustdoc: Remove unused fn

This commit is contained in:
Brian Anderson 2012-03-10 15:42:08 -08:00
parent d54d9b1cab
commit 78d539927a

View File

@ -135,10 +135,6 @@ fn write_header_(ctxt: ctxt, lvl: hlvl, title: str) {
ctxt.w.write_line("");
}
fn write_lead(ctxt: ctxt, title: str) {
ctxt.w.write_str(#fmt("__%s__: ", title))
}
fn header_kind(doc: doc::itemtag) -> str {
alt doc {
doc::modtag(_) {