accconv, acccompl: remove unused files

* src/priv/acccompl.cc, src/priv/acccompl.hh,
src/priv/accconv.cc, src/priv/accconv.hh: Delete.
* src/priv/Makefile.am: Adjust.
* src/tgbaalgos/ltl2tgba_fm.cc, src/tgbaalgos/scc.cc,
src/tgbaalgos/sccinfo.cc, src/tgbaalgos/simulation.cc: Remove unused
includes.
This commit is contained in:
Alexandre Duret-Lutz 2014-12-01 17:38:22 +01:00
parent 12401fe91a
commit 202b960994
9 changed files with 1 additions and 286 deletions

View file

@ -21,8 +21,6 @@ AM_CPPFLAGS = -I$(srcdir)/.. -I.. $(BUDDY_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
noinst_HEADERS = \
acccompl.hh \
accconv.hh \
accmap.hh \
bddalloc.hh \
countstates.hh \
@ -30,10 +28,6 @@ noinst_HEADERS = \
noinst_LTLIBRARIES = libpriv.la
libpriv_la_SOURCES = \
acccompl.cc \
accconv.cc \
bddalloc.cc \
countstates.cc \
freelist.cc