From b86a42bb0765319281e0709de6162cf5a033c271 Mon Sep 17 00:00:00 2001 From: Kris Powers <85710701+KrisPowers@users.noreply.github.com> Date: Tue, 12 May 2026 19:52:13 -0400 Subject: [PATCH] Fix for Unused variable, import, function or class Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- benchmark/bench-throttle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/bench-throttle.js b/benchmark/bench-throttle.js index 05c81bf..175edd1 100644 --- a/benchmark/bench-throttle.js +++ b/benchmark/bench-throttle.js @@ -86,7 +86,6 @@ async function benchmarkThrottle() { 'Rate Limit Check (allowed)', async () => { const ip = 'bench-ip-' + Math.random(); - const timestamp = Date.now(); const key = `throttle:${ip}`; // Simulate rate limit check