From: Chris Duncan Date: Mon, 16 Jun 2025 13:33:57 +0000 (-0700) Subject: Remove unused variable. X-Git-Tag: v5.0.0~15 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=81e59a390d6f90d0ce94d6d937838871b4324bf2;p=nano-pow.git Remove unused variable. --- diff --git a/src/utils/index.ts b/src/utils/index.ts index dd7ebcb..26b66b6 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -17,8 +17,8 @@ export function stats (times: number[]) { const truncatedEnd = count - truncatedStart const truncatedCount = truncatedEnd - truncatedStart let min = Number.MAX_SAFE_INTEGER - let logarithms, max, median, rate, reciprocals, total - logarithms = max = median = rate = reciprocals = total = 0 + let logarithms, max, median, reciprocals, total + logarithms = max = median = reciprocals = total = 0 let truncatedMin = Number.MAX_SAFE_INTEGER let truncatedLogarithms, truncatedMax, truncatedReciprocals, truncatedTotal