fix debuglog ref in test driver + std=c++11

This commit is contained in:
Jean-Francois Dockes 2016-07-12 19:32:02 +02:00
parent e0473b5606
commit a1d0b9c8ba
2 changed files with 1 additions and 3 deletions

View file

@ -1165,8 +1165,6 @@ int main(int argc, char **argv)
}
b1: argc--; argv++;
}
DebugLog::getdbl()->setloglevel(DEBDEB1);
DebugLog::setfilename("stderr");
TextSplit::Flags flags = TextSplit::TXTS_NONE;