From 70a6b70f890dbb624d60d276d02a55991ffed3c4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 10 Aug 2014 18:32:06 +0200 Subject: [PATCH] * src/bin/dstar2tgba.cc: Do not try to enable utf-8 on automata. --- src/bin/dstar2tgba.cc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/bin/dstar2tgba.cc b/src/bin/dstar2tgba.cc index a3a9ed4dc..a706ceb77 100644 --- a/src/bin/dstar2tgba.cc +++ b/src/bin/dstar2tgba.cc @@ -32,7 +32,6 @@ #include "common_post.hh" #include "ltlast/formula.hh" -#include "tgba/tgbaexplicit.hh" #include "tgbaalgos/dotty.hh" #include "tgbaalgos/lbtt.hh" #include "tgbaalgos/neverclaim.hh" @@ -315,17 +314,6 @@ namespace const double prec = XTIME_PRECISION; const double conversion_time = (after - before) / prec; - if (utf8) - { - spot::tgba* a = const_cast(aut); - if (spot::tgba_explicit_formula* tef = - dynamic_cast(a)) - tef->enable_utf8(); - else if (spot::sba_explicit_formula* sef = - dynamic_cast(a)) - sef->enable_utf8(); - } - switch (format) { case Dot: