save more
[cdsspec-compiler.git] / benchmark / spsc-bugfix / queue.h
index b47452e5b61d0cc98bf1572524ce71f1189a7444..0a38e8fc555e5b1708fee434d8c044353dc7ce9e 100644 (file)
@@ -41,7 +41,7 @@ public:
 
        ~spsc_queue()
        {
-               RL_ASSERT(head == tail);
+               //RL_ASSERT(head == tail);
                delete ((node*)head($));
        }