diff --git a/src/Surface.zig b/src/Surface.zig index be1c16b7d..81a469ec0 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -16,7 +16,6 @@ pub const Mailbox = apprt.surface.Mailbox; pub const Message = apprt.surface.Message; const std = @import("std"); -const process = std.process; const builtin = @import("builtin"); const assert = std.debug.assert; const Allocator = std.mem.Allocator;