removed useless main

This commit is contained in:
Dominik Maier 2020-12-31 15:39:11 +01:00
parent 5f27c620d0
commit d2765c0277

View File

@ -100,8 +100,3 @@ pub extern "C" fn fuzz_main_loop() {
#[cfg(feature = "std")] #[cfg(feature = "std")]
println!("OK"); println!("OK");
} }
#[no_mangle]
extern "C" {
fn main();
}