Skip to content

Commit 91d64fb

Browse files
committed
Remove unused quantifier_exprt default constructor
It made use of the deprecated symbol_exprt() constructor and was never used anyway.
1 parent 3e7bc8e commit 91d64fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/std_expr.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4565,11 +4565,6 @@ inline void validate_expr(const let_exprt &value)
45654565
class quantifier_exprt:public binary_predicate_exprt
45664566
{
45674567
public:
4568-
explicit quantifier_exprt(const irep_idt &_id):binary_predicate_exprt(_id)
4569-
{
4570-
op0()=symbol_exprt();
4571-
}
4572-
45734568
quantifier_exprt(
45744569
const irep_idt &_id,
45754570
const symbol_exprt &_symbol,

0 commit comments

Comments
 (0)