From d935c4f54ccde39c7759871578da4bde8c8dcfc4 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 24 Dec 2024 13:53:16 +0100 Subject: [PATCH] Issue #2672 - Follow-up: Remove unused telemetry variable. --- netwerk/cookie/nsCookieService.h | 1 - 1 file changed, 1 deletion(-) diff --git a/netwerk/cookie/nsCookieService.h b/netwerk/cookie/nsCookieService.h index 80408ed7c5..85443483a2 100644 --- a/netwerk/cookie/nsCookieService.h +++ b/netwerk/cookie/nsCookieService.h @@ -387,7 +387,6 @@ class nsCookieService final : public nsICookieService mozilla::Monitor mMonitor; mozilla::Atomic mInitializedDBStates; mozilla::Atomic mInitializedDBConn; - bool mAccumulatedWaitTelemetry; nsTArray mReadArray; // friends!