Changeset 230254 in webkit


Ignore:
Timestamp:
Apr 4, 2018 6:46:21 AM (6 years ago)
Author:
Yusuke Suzuki
Message:

[WTF] Remove Atomics.cpp
https://bugs.webkit.org/show_bug.cgi?id=184300

Reviewed by Konstantin Tokarev.

This Atomics.cpp is a workaround for GCC which version is < 4.8.
Our compiler requirement is now 5.0.0. This workaround is no
longer necessary.

  • wtf/Atomics.cpp: Removed.
  • wtf/CMakeLists.txt:
Location:
trunk/Source/WTF
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r230201 r230254  
     12018-04-04  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        [WTF] Remove Atomics.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=184300
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        This Atomics.cpp is a workaround for GCC which version is < 4.8.
     9        Our compiler requirement is now 5.0.0. This workaround is no
     10        longer necessary.
     11
     12        * wtf/Atomics.cpp: Removed.
     13        * wtf/CMakeLists.txt:
     14
    1152018-04-03  Tomas Popela  <tpopela@redhat.com>
    216
  • trunk/Source/WTF/wtf/CMakeLists.txt

    r229893 r230254  
    323323set(WTF_SOURCES
    324324    Assertions.cpp
    325     Atomics.cpp
    326325    AutomaticThread.cpp
    327326    BitVector.cpp
Note: See TracChangeset for help on using the changeset viewer.