removed unused variable

This commit is contained in:
kabachuha 2021-02-18 12:20:09 +03:00
parent 0738755bf6
commit 9cf445e526

View file

@ -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])) {