Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kabachuha committed Feb 18, 2021
1 parent 0738755 commit 9cf445e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/terrain/translation.cpp
Expand Up @@ -599,8 +599,6 @@ bool has_wildcard(const ter_list& list)

ter_map read_builder_map(const std::string& str)
{
boost::multi_array<int, sizeof(ter_map)> a;

std::size_t offset = 0;
// Skip the leading newlines
while(offset < str.length() && utils::isnewline(str[offset])) {
Expand Down

0 comments on commit 9cf445e

Please sign in to comment.