mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
remove family id externals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d3564f5b50
commit
909257f856
5 changed files with 14 additions and 23 deletions
|
@ -22,8 +22,8 @@ Author:
|
|||
|
||||
namespace smt {
|
||||
|
||||
theory_char::theory_char(context& ctx, family_id fid):
|
||||
theory(ctx, fid),
|
||||
theory_char::theory_char(context& ctx):
|
||||
theory(ctx, ctx.get_manager().mk_family_id("char")),
|
||||
seq(m),
|
||||
m_bb(m, ctx.get_fparams())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue