auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson
Just deleting more stuff.
This commit is contained in:
commit
cb8a231eb8
21 changed files with 111 additions and 712 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue