Skip to content

Commit 68c8dcb

Browse files
committed
unused variable
1 parent 39a75d8 commit 68c8dcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase-perf/src/test/java/com/google/firebase/perf/session/gauges/GaugeManagerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public final class GaugeManagerTest extends FirebasePerformanceTestBase {
6060
// This is a guesstimate of the max amount of time to wait before any pending metrics' collection
6161
// might take.
6262
private static final long TIME_TO_WAIT_BEFORE_FLUSHING_GAUGES_QUEUE_MS = 20;
63-
private static final long APPROX_NUMBER_OF_DATA_POINTS_PER_GAUGE_METRIC = 20;
6463
private static final long DEFAULT_CPU_GAUGE_COLLECTION_FREQUENCY_BG_MS = 100;
6564
private static final long DEFAULT_CPU_GAUGE_COLLECTION_FREQUENCY_FG_MS = 50;
6665
private static final long DEFAULT_MEMORY_GAUGE_COLLECTION_FREQUENCY_BG_MS = 120;

0 commit comments

Comments
 (0)