3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-04 21:31:22 +00:00

remove old theory_str enums from api

This commit is contained in:
Murphy Berzish 2017-04-04 17:54:18 -04:00
parent 19de682b58
commit f881e85470

View file

@ -1169,10 +1169,6 @@ typedef enum {
Z3_OP_RE_FULL_SET, Z3_OP_RE_FULL_SET,
Z3_OP_RE_COMPLEMENT, Z3_OP_RE_COMPLEMENT,
// theory_str
Z3_OP_STR_CONCAT,
Z3_OP_STR_LENGTH,
// Auxiliary // Auxiliary
Z3_OP_LABEL = 0x700, Z3_OP_LABEL = 0x700,
Z3_OP_LABEL_LIT, Z3_OP_LABEL_LIT,