3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +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_COMPLEMENT,
// theory_str
Z3_OP_STR_CONCAT,
Z3_OP_STR_LENGTH,
// Auxiliary
Z3_OP_LABEL = 0x700,
Z3_OP_LABEL_LIT,