auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson

Just deleting more stuff.
This commit is contained in:
bors 2013-08-17 12:51:57 -07:00
commit cb8a231eb8
21 changed files with 111 additions and 712 deletions

View file

@ -92,11 +92,6 @@ pub unsafe fn check_not_borrowed(a: *u8,
borrowck::check_not_borrowed(a, file, line)
}
#[lang="annihilate"]
pub unsafe fn annihilate() {
::cleanup::annihilate()
}
#[lang="start"]
pub fn start(main: *u8, argc: int, argv: **c_char,
crate_map: *u8) -> int {