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:
parent
01d5f3259c
commit
e1572096ca
2 changed files with 0 additions and 38 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue