summaryrefslogtreecommitdiff
path: root/main.ha
diff options
context:
space:
mode:
Diffstat (limited to 'main.ha')
-rw-r--r--main.ha2
1 files changed, 0 insertions, 2 deletions
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..]);