countstates: remove unused file

* src/priv/countstates.cc, src/priv/countstates.hh: Delete.
* src/priv/Makefile.am, src/tgbaalgos/postproc.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2014-12-01 17:51:57 +01:00
parent a95693906a
commit 5d8f16da99
4 changed files with 0 additions and 69 deletions

View file

@ -23,11 +23,9 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
noinst_HEADERS = \
accmap.hh \
bddalloc.hh \
countstates.hh \
freelist.hh
noinst_LTLIBRARIES = libpriv.la
libpriv_la_SOURCES = \
bddalloc.cc \
countstates.cc \
freelist.cc