mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
remove symbol -> zstring -> symbol round-trips
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5cb0bac41d
commit
20a67e47ca
13 changed files with 68 additions and 62 deletions
|
@ -190,8 +190,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
expr * theory_str::mk_string(const char * str) {
|
||||
symbol sym(str);
|
||||
return u.str.mk_string(sym);
|
||||
return u.str.mk_string(str);
|
||||
}
|
||||
|
||||
void theory_str::collect_statistics(::statistics & st) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue