mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 08:35:39 +00:00
removed unused variable
This commit is contained in:
parent
0738755bf6
commit
9cf445e526
@ -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])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user