Skip to content

Commit

Permalink
Remove _start
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed May 7, 2024
1 parent b2f56ae commit 67738d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bril-rs/brillvm/runtime/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ pub unsafe extern "C" fn _bril_parse_float(arg: *const c_char) -> f64 {
r_str.parse::<f64>().unwrap()
}

#[no_mangle]
pub extern "C" fn _start() -> ! {
loop {}
}

#[cfg(not(test))]
#[panic_handler]
fn my_panic(_info: &core::panic::PanicInfo) -> ! {
Expand Down

0 comments on commit 67738d4

Please sign in to comment.