X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fspirit%2Ftest%2Flex%2Ftoken_iterpair.cpp;h=88a039eb537f91aceb3299b986b11e00ea28bf69;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=4ca9ecf6b15bc5ef9873729e81cfe41c4ebd61a7;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/spirit/test/lex/token_iterpair.cpp b/ceph/src/boost/libs/spirit/test/lex/token_iterpair.cpp index 4ca9ecf6b..88a039eb5 100644 --- a/ceph/src/boost/libs/spirit/test/lex/token_iterpair.cpp +++ b/ceph/src/boost/libs/spirit/test/lex/token_iterpair.cpp @@ -108,7 +108,6 @@ test_token_ids(int const* ids, std::vector const& tokens) if (*ids == -1) return false; // reached end of expected data - typename Token::token_value_type const& value (t.value()); if (t.id() != static_cast(*ids)) // token id must match return false; ++ids; @@ -126,7 +125,6 @@ test_token_states(std::size_t const* states, std::vector const& tokens) if (*states == std::size_t(-1)) return false; // reached end of expected data - typename Token::token_value_type const& value (t.value()); if (t.state() != *states) // token state must match return false; ++states;