[webkit-changes] [WebKit/WebKit] dab7a9: Remove unused ENABLEs in PlatformCocoa.h

Don Olmstead noreply at github.com
Thu Nov 30 08:44:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dab7a975371dc6c85c559db49b6fbf29b055f823
      https://github.com/WebKit/WebKit/commit/dab7a975371dc6c85c559db49b6fbf29b055f823
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformEnable.h
    M Source/WTF/wtf/PlatformEnableCocoa.h

  Log Message:
  -----------
  Remove unused ENABLEs in PlatformCocoa.h
https://bugs.webkit.org/show_bug.cgi?id=265547

Reviewed by Alex Christensen.

Used `find-feature-flags` to find `ENABLE` flags that are present in
platform headers but are not used in source files.

python Tools\Scripts\find-feature-flags all-code --diff definitions

Marked `ENABLE` flags that are used in Apple internal builds so they are
not accidentally removed.

* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableCocoa.h:

Canonical link: https://commits.webkit.org/271342@main




More information about the webkit-changes mailing list