mirror of
https://github.com/Z3Prover/z3
synced 2026-07-17 04:25:44 +00:00
Remove redundant explicit default constructors (#8470)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
23c531a4c1
commit
5fa321368c
2 changed files with 0 additions and 3 deletions
|
|
@ -50,8 +50,6 @@ class smaller_pattern {
|
|||
|
||||
public:
|
||||
|
||||
smaller_pattern() = default;
|
||||
|
||||
smaller_pattern & operator=(smaller_pattern const &) = delete;
|
||||
|
||||
bool operator()(unsigned num_bindings, expr * p1, expr * p2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue