aboutsummaryrefslogtreecommitdiff
path: root/src/queue.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-13 15:54:56 +0100
committergingerBill <bill@gingerbill.org>2021-07-13 15:54:56 +0100
commited5a4afc8c308c6db12d29d89b70738033ff46ec (patch)
treeae37e745808fcf0ea11f8e344d5256ad865dec8f /src/queue.cpp
parentf29b51efddcc90c4545119fa77772e4a03e71719 (diff)
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info system to be much more thread-friendly
Diffstat (limited to 'src/queue.cpp')
-rw-r--r--src/queue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/queue.cpp b/src/queue.cpp
index 048f8fcb9..92d83a76c 100644
--- a/src/queue.cpp
+++ b/src/queue.cpp
@@ -1,5 +1,3 @@
-#include <atomic> // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library)
-
template <typename T>
struct MPMCQueueNode {
T data;