Changeset 290509 in webkit


Ignore:
Timestamp:
Feb 25, 2022 8:23:12 AM (2 years ago)
Author:
pvollan@apple.com
Message:

Remove unused soft linking declarations
https://bugs.webkit.org/show_bug.cgi?id=237209

Reviewed by Brent Fulgham.

  • WebProcess/cocoa/WebProcessCocoa.mm:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r290505 r290509  
     12022-02-25  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Remove unused soft linking declarations
     4        https://bugs.webkit.org/show_bug.cgi?id=237209
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * WebProcess/cocoa/WebProcessCocoa.mm:
     9
    1102022-02-25  Kimmo Kinnunen  <kkinnunen@apple.com>
    211
  • trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm

    r290128 r290509  
    171171#endif
    172172
    173 SOFT_LINK_FRAMEWORK(CoreServices)
    174 SOFT_LINK_CLASS(CoreServices, _LSDService)
    175 SOFT_LINK_CLASS(CoreServices, _LSDOpenService)
    176 
    177 #if HAVE(CMPHOTO_TILE_DECODER_AVAILABLE)
    178 SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(CMPhoto)
    179 SOFT_LINK_FUNCTION_MAY_FAIL_FOR_SOURCE(WebKit, CMPhoto, CMPhotoIsTileDecoderAvailable, Boolean, (CMVideoCodecType decoder), (decoder))
    180 #endif
    181 
    182173#define RELEASE_LOG_SESSION_ID (m_sessionID ? m_sessionID->toUInt64() : 0)
    183174#define WEBPROCESS_RELEASE_LOG(channel, fmt, ...) RELEASE_LOG(channel, "%p - [sessionID=%" PRIu64 "] WebProcess::" fmt, this, RELEASE_LOG_SESSION_ID, ##__VA_ARGS__)
Note: See TracChangeset for help on using the changeset viewer.