Remove useless variable.
* src/tgba/tgbaexplicit.hh (add_state): Remove useless variable. Reported by Étienne Renault.
This commit is contained in:
parent
b3d8b0198f
commit
cffbb7b498
1 changed files with 0 additions and 1 deletions
|
|
@ -426,7 +426,6 @@ namespace spot
|
||||||
if (j != alias_.end())
|
if (j != alias_.end())
|
||||||
return j->second;
|
return j->second;
|
||||||
|
|
||||||
State s(name);
|
|
||||||
State* res =
|
State* res =
|
||||||
&(ls_.insert(std::make_pair(name, State(name))).first->second);
|
&(ls_.insert(std::make_pair(name, State(name))).first->second);
|
||||||
sl_[res] = name;
|
sl_[res] = name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue