Changeset 219068 in webkit


Ignore:
Timestamp:
Jul 3, 2017 3:11:20 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Remove an unused function export
https://bugs.webkit.org/show_bug.cgi?id=174084

Patch by Daewoong Jang <daewoong.jang@navercorp.com> on 2017-07-03
Reviewed by Yusuke Suzuki.

  • wtf/Threading.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r219060 r219068  
     12017-07-03  Daewoong Jang  <daewoong.jang@navercorp.com>
     2
     3        Remove an unused function export
     4        https://bugs.webkit.org/show_bug.cgi?id=174084
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * wtf/Threading.h:
     9
    1102017-07-02  Yusuke Suzuki  <utatane.tea@gmail.com>
    211
  • trunk/Source/WTF/wtf/Threading.h

    r219060 r219068  
    6666    // The thread name must be a literal since on some platforms it's passed in to the thread.
    6767    WTF_EXPORT_PRIVATE static RefPtr<Thread> create(const char* threadName, Function<void()>&&);
    68     WTF_EXPORT_PRIVATE static RefPtr<Thread> create(ThreadFunction entryPoint, void* data, const char* name);
    6968
    7069    // Returns Thread object.
Note: See TracChangeset for help on using the changeset viewer.