Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f492fdc1e11419bcc5693266ceed6f518d9fef0c
https://github.com/WebKit/WebKit/commit/f492fdc1e11419bcc5693266ceed6f518d9fef0c
Author: Ahmad Saleem <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M Source/WebCore/Modules/reporting/ReportingScope.cpp
Log Message:
-----------
Remove dead reportingObservers local in
ReportingScope::notifyReportObservers()
https://bugs.webkit.org/show_bug.cgi?id=323292
rdar://186543781
Reviewed by Chris Dumez.
The reportingObservers local was computed and immediately discarded via
UNUSED_VARIABLE, serving no purpose. Remove it.
* Source/WebCore/Modules/reporting/ReportingScope.cpp:
(WebCore::ReportingScope::notifyReportObservers):
Canonical link: https://commits.webkit.org/320476@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications