Skip to content

Commit 3dc6c3b

Browse files
committed
Remove code that is now dead.
1 parent ebe055c commit 3dc6c3b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/rt/rust.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) {
113113
return ret;
114114
}
115115

116-
extern "C" CDECL int
117-
new_rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) {
118-
return rust_start(main_fn, argc, argv, crate_map);
119-
}
120-
121116
//
122117
// Local Variables:
123118
// mode: C++

0 commit comments

Comments
 (0)