mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Removed unused variable.
This commit is contained in:
parent
c04cfb9dac
commit
98aacd473a
@ -63,10 +63,9 @@ BOOST_AUTO_TEST_CASE(unnamed_order)
|
|||||||
|
|
||||||
/* unnamed items are guaranteed to be in whatever order they were
|
/* unnamed items are guaranteed to be in whatever order they were
|
||||||
* inserted in. */
|
* inserted in. */
|
||||||
String key;
|
|
||||||
Value value;
|
Value value;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
BOOST_FOREACH(tie(key, value), dictionary) {
|
BOOST_FOREACH(tie(tuples::ignore, value), dictionary) {
|
||||||
BOOST_REQUIRE(value == i);
|
BOOST_REQUIRE(value == i);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user