Skip to content

Commit

Permalink
Update event_loop.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Mar 5, 2025
1 parent bb80228 commit 98467da
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 @@ -1346,7 +1346,6 @@ pub const EventLoop = struct {
return this.virtual_machine.event_loop_handle.?;
}
fn enterActiveLoop(loop: *uws.Loop, ctx: *VirtualMachine) void {
// Before entering loop, run opportunistic GC if we have time
var deadline: bun.timespec = undefined;

var event_loop_sleep_timer = if (comptime Environment.isDebug) std.time.Timer.start() catch unreachable;
Expand Down

0 comments on commit 98467da

Please sign in to comment.