提交 05491471 编写于 作者: M Marijn Haverbeke

Remove rust_start_ivec

上级 e58c48bd
......@@ -136,14 +136,6 @@ rust_start(uintptr_t main_fn, int argc, char **argv,
return ret;
}
// FIXME: Transitional. Please remove.
extern "C" CDECL int
rust_start_ivec(uintptr_t main_fn, int argc, char **argv,
void* crate_map, int main_takes_ivec) {
return rust_start(main_fn, argc, argv, crate_map);
}
//
// Local Variables:
// mode: C++
......
......@@ -59,7 +59,6 @@ rust_process_wait
rust_ptr_eq
rust_run_program
rust_start
rust_start_ivec
rust_getcwd
set_min_stack
sched_threads
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册