gdb/unittests/intrusive-list: remove unnecessary local objects

These objects are not used.

Change-Id: I90127f7b2d1543718c841b54173521d9ab3f652f
This commit is contained in:
Simon Marchi
2024-07-22 12:06:29 -04:00
parent 7dc9fbb845
commit ef379f175a

View File

@@ -570,7 +570,6 @@ struct intrusive_list_test
{
/* Both lists empty. */
item_type a ("a"), b ("b"), c ("c");
ListType list1;
ListType list2;
std::vector<const item_type *> expected;