Bug 245836 - Remove unused TemporalCalendarInternal namespace
Summary: Remove unused TemporalCalendarInternal namespace
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-29 09:18 PDT by Adrian Perez
Modified: 2022-09-29 12:52 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-09-29 09:18:04 PDT
The following bit in TemporalCalendar.cpp is unused, as spotted by Clang:

  namespace TemporalCalendarInternal {
  static constexpr bool verbose = false;
  }
Comment 1 Adrian Perez 2022-09-29 09:19:43 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4832
Comment 2 EWS 2022-09-29 12:51:12 PDT
Committed 255010@main (3c200f214361): <https://commits.webkit.org/255010@main>

Reviewed commits have been landed. Closing PR #4832 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-29 12:52:17 PDT
<rdar://problem/100578116>