authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 17:55:26 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 17:55:26 -08:00
log79a8b81546898b2a3608f3e3313b13ec81b69e8b
tree7b7d7c24079695ce8c2ad07f12005d51e44e97f8
parent2a9b475997606cacb5eefedee3fbcb0228ca68d9

lint- remove unused decl


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

src/cmd/aquila/add.zig-1
...@@ -3,7 +3,6 @@ const string = []const u8;...@@ -3,7 +3,6 @@ const string = []const u8;
3const gpa = std.heap.c_allocator;3const gpa = std.heap.c_allocator;
44
5const zigmod = @import("../../lib.zig");5const zigmod = @import("../../lib.zig");
6const u = @import("./../../util/index.zig");
7const aq = @import("./../aq.zig");6const aq = @import("./../aq.zig");
87
9//8//