template: Drop args to main

This commit is contained in:
Nicholas Bishop
2024-08-25 13:38:44 -04:00
parent 2708c3fbb2
commit fee9386bd7
+1 -1
View File
@@ -4,7 +4,7 @@
use uefi::prelude::*;
#[entry]
fn main(_handle: Handle, system_table: SystemTable<Boot>) -> Status {
fn main() -> Status {
uefi::helpers::init().unwrap();
Status::SUCCESS