mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove unused type parameter
This commit is contained in:
parent
a0df8507d9
commit
b316534df8
4 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
_trail_stack m_stack;
|
||||
};
|
||||
|
||||
template<typename Ctx = union_find_default_ctx, typename StackCtx = Ctx>
|
||||
template<typename Ctx = union_find_default_ctx>
|
||||
class union_find {
|
||||
Ctx & m_ctx;
|
||||
trail_stack & m_trail_stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue