removed unused variable
This commit is contained in:
parent
0738755bf6
commit
9cf445e526
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue