From eaf79c54ac14810a0ad892afcbaf9f656ed41ba4 Mon Sep 17 00:00:00 2001 From: jinzhongjia Date: Fri, 2 Aug 2024 19:03:01 +0800 Subject: [PATCH] remove useless comment --- src/command.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/command.zig b/src/command.zig index 7eb0f33..1eff356 100644 --- a/src/command.zig +++ b/src/command.zig @@ -79,9 +79,6 @@ pub fn handle_command(params: []const []const u8) !void { break :kk null; }; - // const next_param = if (index + 1 < args.len) args[index + 1] else null; - // const is_version = if (next_param) |np| std.ascii.isDigit(np[0]) else false; - break :blk CommandData{ .cmd = opt.cmd, .subcmd = subcmd,