remove the incorrect project_twa_run()
It was bogus, and is better replaced by twa_run::project(). * NEWS, doc/org/upgrade2.org: Mention the removal. * spot/twaalgos/projrun.cc, spot/twaalgos/projrun.hh: Remove the files. * spot/twaalgos/Makefile.am: Adjust.
This commit is contained in:
parent
b13caea3d8
commit
d1aca565b5
5 changed files with 5 additions and 95 deletions
|
|
@ -59,7 +59,6 @@ twaalgos_HEADERS = \
|
|||
postproc.hh \
|
||||
powerset.hh \
|
||||
product.hh \
|
||||
projrun.hh \
|
||||
randomgraph.hh \
|
||||
randomize.hh \
|
||||
reachiter.hh \
|
||||
|
|
@ -115,7 +114,6 @@ libtwaalgos_la_SOURCES = \
|
|||
postproc.cc \
|
||||
powerset.cc \
|
||||
product.cc \
|
||||
projrun.cc \
|
||||
randomgraph.cc \
|
||||
randomize.cc \
|
||||
reachiter.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue