* src/misc/timer.cc: Do not include cassert, then.

This commit is contained in:
Alexandre Duret-Lutz 2004-12-07 18:05:19 +00:00
parent acfcade04a
commit d771a3a019
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2004-11-25 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
2004-12-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/timer.cc: Do not include cassert, then.
2004-12-07 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaalgos/tau03opt.cc: Fix a memory leak in the computation of
accepting runs

View file

@ -22,7 +22,6 @@
#include "timer.hh"
#include <iostream>
#include <iomanip>
#include <cassert>
namespace spot
{