mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fully remove seq-based characters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d8fe872ad
commit
e969bd1c97
3 changed files with 0 additions and 60 deletions
|
@ -719,9 +719,6 @@ br_status seq_rewriter::mk_app_core(func_decl * f, unsigned num_args, expr * con
|
|||
SASSERT(num_args == 1);
|
||||
st = mk_str_stoi(args[0], result);
|
||||
break;
|
||||
case _OP_CHAR_LE:
|
||||
case _OP_CHAR_CONST:
|
||||
break;
|
||||
case _OP_STRING_CONCAT:
|
||||
case _OP_STRING_PREFIX:
|
||||
case _OP_STRING_SUFFIX:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue