Skip to content

Commit

Permalink
Merged r230254 - [WTF] Remove Atomics.cpp
Browse files Browse the repository at this point in the history
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:
  • Loading branch information
aperezdc committed May 18, 2018
1 parent d9443b2 commit 2dca3e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 78 deletions.
14 changes: 14 additions & 0 deletions Source/WTF/ChangeLog
@@ -1,3 +1,17 @@
2018-04-04 Yusuke Suzuki <utatane.tea@gmail.com>

[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:

2018-05-09 Michael Catanzaro <mcatanzaro@igalia.com>

[WPE] Build cleanly with GCC 8 and ICU 60
Expand Down
77 changes: 0 additions & 77 deletions Source/WTF/wtf/Atomics.cpp

This file was deleted.

1 change: 0 additions & 1 deletion Source/WTF/wtf/CMakeLists.txt
Expand Up @@ -315,7 +315,6 @@ set(WTF_HEADERS

set(WTF_SOURCES
Assertions.cpp
Atomics.cpp
AutomaticThread.cpp
BitVector.cpp
CPUTime.cpp
Expand Down

0 comments on commit 2dca3e5

Please sign in to comment.