mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 07:13:41 +00:00
'na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1f71d4932
commit
7ce1c38544
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ void cmd_context::insert_macro(symbol const& s, unsigned arity, sort*const* doma
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmd_context::erase_macro(symbol const& s) {
|
void cmd_context::erase_macro(symbol const& s) {
|
||||||
std::cout << "erase " << s << "\n";
|
|
||||||
macro_decls decls;
|
macro_decls decls;
|
||||||
VERIFY(m_macros.find(s, decls));
|
VERIFY(m_macros.find(s, decls));
|
||||||
decls.erase_last(m());
|
decls.erase_last(m());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue