Remove useless register_propositions method
* src/twa/bdddict.cc, src/twa/bdddict.hh, src/twaalgos/ltl2tgba_fm.cc: here.
This commit is contained in:
parent
11b9ada2bb
commit
1628b188fe
3 changed files with 0 additions and 41 deletions
|
|
@ -109,23 +109,6 @@ namespace spot
|
|||
}
|
||||
/// @}
|
||||
|
||||
/// \brief Register BDD variables as atomic propositions.
|
||||
///
|
||||
/// Register all variables occurring in \a f as atomic propositions
|
||||
/// used by \a for_me. This assumes that these atomic propositions
|
||||
/// are already known from the dictionary (i.e., they have already
|
||||
/// been registered by register_proposition() for another
|
||||
/// automaton).
|
||||
/// @{
|
||||
void register_propositions(bdd f, const void* for_me);
|
||||
|
||||
template <typename T>
|
||||
void register_propositions(bdd f, std::shared_ptr<T> for_me)
|
||||
{
|
||||
register_propositions(f, for_me.get());
|
||||
}
|
||||
/// @}
|
||||
|
||||
/// \brief whether a proposition has already been registered
|
||||
///
|
||||
/// If \a f has been registered for \a me, this returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue