| Summary: | Remove unused TemporalCalendarInternal namespace | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | JavaScriptCore | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/4832 Committed 255010@main (3c200f214361): <https://commits.webkit.org/255010@main> Reviewed commits have been landed. Closing PR #4832 and removing active labels. |
The following bit in TemporalCalendar.cpp is unused, as spotted by Clang: namespace TemporalCalendarInternal { static constexpr bool verbose = false; }