From baf6465be665b087bb5a8507db3551f65ef81b0d Mon Sep 17 00:00:00 2001 From: "William T. Nelson" <35801+wtn@users.noreply.github.com> Date: Sun, 15 Mar 2026 20:46:59 -0500 Subject: [PATCH] Fix warning. --- lib/async/limiter/timing/fixed_window.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/async/limiter/timing/fixed_window.rb b/lib/async/limiter/timing/fixed_window.rb index 19b52c4..5e9e48c 100644 --- a/lib/async/limiter/timing/fixed_window.rb +++ b/lib/async/limiter/timing/fixed_window.rb @@ -25,8 +25,6 @@ def window_start_time(current_time) # Get current timing strategy statistics. # @returns [Hash] Statistics hash with current state. def statistics - current_time = Time.now - { name: "FixedWindow", window_duration: @duration,