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,