bdddict: remove register_clone_acc

* src/twa/bdddict.cc, src/twa/bdddict.hh: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-08-14 15:16:26 +02:00
parent c50d5a82ac
commit 304f2496ea
2 changed files with 0 additions and 33 deletions

View file

@ -163,21 +163,6 @@ namespace spot
}
/// @}
/// \brief Clone an acceptance variable VAR for FOR_ME.
///
/// This is used in products TGBAs when both operands share the
/// same acceptance variables but they need to be distinguished in
/// the result.
/// @{
int register_clone_acc(int var, const void* for_me);
template <typename T>
int register_clone_acc(int var, std::shared_ptr<T> for_me)
{
return register_clone_acc(var, for_me.get());
}
/// @}
/// \brief Register BDD variables as acceptance variables.
///
/// Register all variables occurring in \a f as acceptance variables