* bin/common_aoutput.cc: Remove a dead assignment.

This commit is contained in:
Alexandre Duret-Lutz 2017-03-15 17:12:29 +01:00
parent 270b18ebdb
commit 1290d48379

View file

@ -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());
}