* src/tgbatest/Makefile.am: Remove the unused minimize program.

* src/tgbatest/minimize.cc: Delete.
This commit is contained in:
Alexandre Duret-Lutz 2011-01-05 23:12:33 +01:00
parent 8c972ad3ce
commit b9dd72b29b
3 changed files with 6 additions and 144 deletions

View file

@ -1,4 +1,4 @@
## Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
## Copyright (C) 2009, 2010, 2011 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -38,7 +38,6 @@ check_PROGRAMS = \
expldot \
explprod \
ltlprod \
minimize \
mixprod \
powerset \
reductgba \
@ -57,7 +56,6 @@ expldot_CXXFLAGS = -DDOTTY
explprod_SOURCES = explprod.cc
ltl2tgba_SOURCES = ltl2tgba.cc
ltlprod_SOURCES = ltlprod.cc
minimize_SOURCES = minimize.cc
mixprod_SOURCES = mixprod.cc
powerset_SOURCES = powerset.cc
randtgba_SOURCES = randtgba.cc