3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-18 13:05:33 +00:00

delete some dead code

This commit is contained in:
Nuno Lopes 2021-02-07 12:14:52 +00:00
parent 01d5f3259c
commit e1572096ca
2 changed files with 0 additions and 38 deletions

View file

@ -31,7 +31,6 @@ extern "C" {
to_stats_ref(s).display_smt2(buffer);
std::string result = buffer.str();
// Hack for removing the trailing '\n'
result = buffer.str();
SASSERT(result.size() > 0);
result.resize(result.size()-1);
return mk_c(c)->mk_external_string(std::move(result));