From: khizmax Date: Sun, 21 Sep 2014 15:10:59 +0000 (+0400) Subject: Remove MichaelDeque from makefiles X-Git-Tag: v2.0.0~320 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e56dcb91e411dbf6146633f0f5da67292299b0cc;p=libcds.git Remove MichaelDeque from makefiles --- diff --git a/projects/source.test-hdr.mk b/projects/source.test-hdr.mk index ae1dbca2..1f4a0180 100644 --- a/projects/source.test-hdr.mk +++ b/projects/source.test-hdr.mk @@ -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 := \ diff --git a/projects/source.test-hdr.offsetof.mk b/projects/source.test-hdr.offsetof.mk index 9f7c2249..f7e65174 100644 --- a/projects/source.test-hdr.offsetof.mk +++ b/projects/source.test-hdr.offsetof.mk @@ -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