Skip to content

Commit 741bd9e

Browse files
committed
Remove the unused variables #291
(cherry picked from commit 7d4a808)
1 parent aa0591d commit 741bd9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ namespace
5151

5252
const std::string surface_sakura2{ 0xE3_c, 0x81_c, 0x95_c, 0xE3_c, 0x81_c, 0x8F_c, 0xE3_c, 0x82_c, 0x89_c };
5353

54-
const std::string key_tsubame{ 0xE3_c, 0x81_c, 0xA4_c, 0xE3_c, 0x81_c, 0xB0_c, 0xE3_c, 0x82_c, 0x81_c };
55-
56-
const std::string surface_tsubame{ 0xE7_c, 0x87_c, 0x95_c };
57-
5854
tetengo::lattice::node make_node(const tetengo::lattice::entry_view& entry)
5955
{
6056
static const std::vector<int> preceding_edge_costs{};

0 commit comments

Comments
 (0)