Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Aug 2, 2024
1 parent b8a6cbd commit eaf79c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/command.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eaf79c5

Please sign in to comment.