authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-05-10 18:57:57-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-05-13 01:06:52-04:00
log4c3aa09f2a88f0608c14f5717de21aaa3d56c89e
tree1715de5230deb4441d88c04b3952fb7eaec4104e
parent548ddd1f0c35033cd7e0d1940975bc7185bf7346

self hosted compiler: remove unused flag


1 files changed, 0 insertions(+), 2 deletions(-)

src-self-hosted/main.zig-2
...@@ -637,14 +637,12 @@ const usage_fmt =...@@ -637,14 +637,12 @@ const usage_fmt =
637 \\637 \\
638 \\Options:638 \\Options:
639 \\ --help Print this help and exit639 \\ --help Print this help and exit
640 \\ --keep-backups Retain backup entries for every file
641 \\640 \\
642 \\641 \\
643 ;642 ;
644643
645const args_fmt_spec = []Flag {644const args_fmt_spec = []Flag {
646 Flag.Bool("--help"),645 Flag.Bool("--help"),
647 Flag.Bool("--keep-backups"),
648};646};
649647
650fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void {648fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void {