From e56dcb91e411dbf6146633f0f5da67292299b0cc Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 21 Sep 2014 19:10:59 +0400 Subject: [PATCH] Remove MichaelDeque from makefiles --- projects/source.test-hdr.mk | 2 -- projects/source.test-hdr.offsetof.mk | 2 -- 2 files changed, 4 deletions(-) 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 -- 2.34.1