File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -4565,11 +4565,6 @@ inline void validate_expr(const let_exprt &value)
45654565class quantifier_exprt :public binary_predicate_exprt
45664566{
45674567public:
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,
@@ -4635,10 +4630,6 @@ inline void validate_expr(const quantifier_exprt &value)
46354630class forall_exprt :public quantifier_exprt
46364631{
46374632public:
4638- forall_exprt ():quantifier_exprt(ID_forall)
4639- {
4640- }
4641-
46424633 forall_exprt (const symbol_exprt &_symbol, const exprt &_where)
46434634 : quantifier_exprt(ID_forall, _symbol, _where)
46444635 {
@@ -4649,10 +4640,6 @@ class forall_exprt:public quantifier_exprt
46494640class exists_exprt :public quantifier_exprt
46504641{
46514642public:
4652- exists_exprt ():quantifier_exprt(ID_exists)
4653- {
4654- }
4655-
46564643 exists_exprt (const symbol_exprt &_symbol, const exprt &_where)
46574644 : quantifier_exprt(ID_exists, _symbol, _where)
46584645 {
You can’t perform that action at this time.
0 commit comments