Removing dead code.
This commit is contained in:
		
							parent
							
								
									5c97005205
								
							
						
					
					
						commit
						16d6067f21
					
				
					 2 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -1,6 +0,0 @@
 | 
				
			||||||
 | 
					 | 
				
			||||||
pub fn nextArg(args: [][]const u8, idx: *usize) ?[]const u8 {
 | 
					 | 
				
			||||||
    if (idx.* >= args.len) return null;
 | 
					 | 
				
			||||||
    defer idx.* += 1;
 | 
					 | 
				
			||||||
    return args[idx.*];
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
| 
						 | 
					@ -10,8 +10,6 @@ pub fn print(comptime format: []const u8, args: anytype) void {
 | 
				
			||||||
    nosuspend stdout.print(format, args) catch return;
 | 
					    nosuspend stdout.print(format, args) catch return;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const cli_arguments = @import("./cli_arguments.zig");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
pub const CLI = struct {
 | 
					pub const CLI = struct {
 | 
				
			||||||
    const Self = @This();
 | 
					    const Self = @This();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue