From 6292cdec0ec9904c96b155a6069d7542d9cee3e5 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 2 Sep 2024 15:18:18 -0500 Subject: [PATCH] remove unnecessary imports --- src/cli/crash_report.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cli/crash_report.zig b/src/cli/crash_report.zig index d8086b506..69d7c872e 100644 --- a/src/cli/crash_report.zig +++ b/src/cli/crash_report.zig @@ -1,9 +1,7 @@ const std = @import("std"); -const Allocator = std.mem.Allocator; const args = @import("args.zig"); const Action = @import("action.zig").Action; const Config = @import("../config.zig").Config; -const cli = @import("../cli.zig"); const sentry = @import("../crash/sentry.zig"); pub const Options = struct {