* bin/common_aoutput.cc: Remove a dead assignment.
This commit is contained in:
parent
270b18ebdb
commit
1290d48379
1 changed files with 0 additions and 1 deletions
|
|
@ -625,7 +625,6 @@ void printable_automaton::print(std::ostream& os, const char* pos) const
|
|||
auto end = strchr(pos, ']');
|
||||
options = std::string(pos, end - pos);
|
||||
options += 'l';
|
||||
pos = end + 1;
|
||||
}
|
||||
print_hoa(os, val_, options.c_str());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue