acc: do not store a bdd_dict

Fixes #55.

* src/tgba/acc.hh: Do not store a bdd_dict_ptr, it is not used.
* src/tgba/tgba.hh, src/tgba/tgba.cc, src/ta/ta.hh,
src/tgba/tgbagraph.hh, src/tgbaalgos/dtgbasat.cc,
src/tgbatest/acc.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-04 21:14:07 +01:00
parent 2a3c126c15
commit 856adef9a8
7 changed files with 23 additions and 30 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement
// de l'Epita.
// Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et
// Développement de l'Epita.
//
// This file is part of Spot, a model checking library.
//
@ -246,7 +246,7 @@ namespace spot
struct dict
{
dict(const const_tgba_ptr& a)
: aut(a), cacc(a->get_dict())
: aut(a)
{
}