summaryrefslogtreecommitdiff
path: root/main.ha
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-06-21 18:44:33 +0200
committerAlejandro Sior <aho@sior.be>2022-06-21 18:44:33 +0200
commit8fbfda70d7ea101d5a15ab8157910af22cd51d07 (patch)
tree1188b60c6e51f314d90974b81956bf18e2085474 /main.ha
parent68b9c04241ef433f346279fbc153928bcbd360e9 (diff)
gpt.part: change a few stuff and working new
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..]);