Skip to content

Commit

Permalink
Delete newly-unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed Jan 24, 2025
1 parent b5d1f68 commit e9221b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bun.js/event_loop.zig
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ pub const EventLoop = struct {

debug: Debug = .{},
entered_event_loop_count: isize = 0,
concurrent_ref: std.atomic.Value(i32) = std.atomic.Value(i32).init(0),
imminent_gc_timer: std.atomic.Value(?*JSC.BunTimer.WTFTimer) = .{ .raw = null },

signal_handler: if (Environment.isPosix) ?*PosixSignalHandle else void = if (Environment.isPosix) null,
Expand Down

0 comments on commit e9221b2

Please sign in to comment.