Remove MichaelDeque from makefiles
authorkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 15:10:59 +0000 (19:10 +0400)
committerkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 15:10:59 +0000 (19:10 +0400)
projects/source.test-hdr.mk
projects/source.test-hdr.offsetof.mk

index ae1dbca2673a0e71ff387d7741794fc67b1254a7..1f4a0180f7681242557c377fb6fa1c197462d7be 100644 (file)
@@ -63,8 +63,6 @@ CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_striped_map_reg.cpp
 
 CDS_TESTHDR_DEQUE := \
-    tests/test-hdr/deque/hdr_michael_deque_hp.cpp \
-    tests/test-hdr/deque/hdr_michael_deque_ptb.cpp \
     tests/test-hdr/deque/hdr_fcdeque.cpp
 
 CDS_TESTHDR_ORDLIST := \
index 9f7c2249ffb1f949d989829ce04a067976bd98d7..f7e651749bfd11237359cea56bddd27d38814ce2 100644 (file)
@@ -1,6 +1,4 @@
 CDS_TESTHDR_OFFSETOF_DEQUE := \
-    tests/test-hdr/deque/hdr_intrusive_michael_deque_hp.cpp \
-    tests/test-hdr/deque/hdr_intrusive_michael_deque_ptb.cpp
 
 CDS_TESTHDR_OFFSETOF_MAP := \
     tests/test-hdr/map/hdr_cuckoo_map.cpp