Remove TODO that was just resolved

This commit is contained in:
Asger F
2025-01-17 11:34:54 +01:00
parent f09210b033
commit 37dcd0822b

View File

@@ -41,8 +41,6 @@ export interface PerformanceComparisonDataFromLog {
/**
* List of indices into the `names` array for which we have seen a cache hit.
*
* TODO: only count cache hits prior to first evaluation?
*/
cacheHitIndices: number[];