Remove unused MapStorage and GenerationArrayStorage (#6990)

This commit is contained in:
Siarhei Fedartsou
2024-07-11 23:10:14 +02:00
committed by GitHub
parent 825132eec7
commit c2f877eb9d
2 changed files with 2 additions and 68 deletions
+2 -3
View File
@@ -22,9 +22,8 @@ struct TestData
using TestNodeID = NodeID;
using TestKey = int;
using TestWeight = int;
using storage_types = boost::mpl::list<ArrayStorage<TestNodeID, TestKey>,
MapStorage<TestNodeID, TestKey>,
UnorderedMapStorage<TestNodeID, TestKey>>;
using storage_types =
boost::mpl::list<ArrayStorage<TestNodeID, TestKey>, UnorderedMapStorage<TestNodeID, TestKey>>;
template <unsigned NUM_ELEM> struct RandomDataFixture
{