c++11: get rid of spot::unique_ptr

But do not replace it by std::unique_ptr, because this was not
really equivalent.

* src/misc/unique_ptr.hh: Delete.
* src/misc/Makefile.am: Adjust.
* src/tgbaalgos/simulation.cc, src/tgbatest/ltl2tgba.cc: Call
delete explicitly.
This commit is contained in:
Alexandre Duret-Lutz 2013-12-18 16:25:16 +01:00
parent cdd7b475b3
commit 67b9e8d882
4 changed files with 20 additions and 104 deletions

View file

@ -54,7 +54,6 @@ misc_HEADERS = \
satsolver.hh \
timer.hh \
tmpfile.hh \
unique_ptr.hh \
version.hh
noinst_LTLIBRARIES = libmisc.la