From 8fbfda70d7ea101d5a15ab8157910af22cd51d07 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Tue, 21 Jun 2022 18:44:33 +0200 Subject: gpt.part: change a few stuff and working new --- main.ha | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.ha') diff --git a/main.ha b/main.ha index 09c5bf7..731b9c4 100644 --- a/main.ha +++ b/main.ha @@ -19,8 +19,6 @@ export fn main() void = { fmt::fatalf("gpt: expected disk name", os::args[0]); }; - const volume = os::args[1]; - switch (os::args[2]) { case "convert" => convert::convert(os::args[2..]); case "create" => create::create(os::args[2..]); -- cgit v1.2.3