forked from Imagelibrary/binutils-gdb
gdb/unittests/intrusive-list: remove unnecessary local objects
These objects are not used. Change-Id: I90127f7b2d1543718c841b54173521d9ab3f652f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user