Bug 312171
| Summary: | Remove unused static constants | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jani Hautakangas <jani> |
| Component: | New Bugs | Assignee: | Jani Hautakangas <jani> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jani Hautakangas
Following files have unused static constants
Source/WebCore/workers/service/server/SWServerWorker.cpp
- static constexpr size_t maxRouteConditionCount = 1024
Source/WebKit/NetworkProcess/NetworkDataTaskBlob.cpp
- static const int httpOK = 200
- static const int httpPartialContent = 206
- static constexpr auto httpOKText = "OK"_s
- static constexpr auto httpPartialContentText = "Partial Content"_s
Source/WebKit/UIProcess/WebsiteData/EnhancedSecuritySitesPersistence.cpp
- static constexpr auto siteIndexName = "idx_sites_site"_s
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jani Hautakangas
Pull request: https://github.com/WebKit/WebKit/pull/62646
EWS
Committed 311373@main (e31d63172e4e): <https://commits.webkit.org/311373@main>
Reviewed commits have been landed. Closing PR #62646 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/174927101>