remove implemented TODO

This commit is contained in:
Luna 2021-04-03 23:22:22 -03:00
parent 79d7e137d2
commit a9e4c5823a
1 changed files with 0 additions and 2 deletions

View File

@ -264,7 +264,6 @@ fn doRun(allocator: *std.mem.Allocator, args_it: anytype) !void {
}
pub fn main() !void {
// const allocator = std.heap.page_allocator;
var allocator_instance = std.heap.GeneralPurposeAllocator(.{}){};
defer {
_ = allocator_instance.deinit();
@ -273,7 +272,6 @@ pub fn main() !void {
var args_it = std.process.args();
// TODO print help
_ = args_it.skip();
const cli_command_opt = args_it.next(allocator);
if (cli_command_opt == null) {