mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove deprecated escape string from Julia bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cd8d8bbb63
commit
051616385f
|
@ -214,7 +214,6 @@ JLCXX_MODULE define_julia_module(jlcxx::Module &m)
|
|||
.MM(expr, numerator)
|
||||
.MM(expr, denominator)
|
||||
.MM(expr, is_string_value)
|
||||
.MM(expr, get_escaped_string)
|
||||
.MM(expr, get_string)
|
||||
.MM(expr, decl)
|
||||
.MM(expr, num_args)
|
||||
|
|
Loading…
Reference in a new issue