add mpmc
[cdsspec-compiler.git] / benchmark / mcs-lock / mcs-lock.h
index 8ff58a23e3d459f7ea43d26158b33974f5775b75..2be854b67c27533fda1284140f8e8ba17a73381c 100644 (file)
@@ -3,9 +3,6 @@
 #include <stdatomic.h>
 #include <unrelacy.h>
 
-
-
-
 struct mcs_node {
        std::atomic<mcs_node *> next;
        std::atomic<int> gate;