Skip to content

Commit 1bac484

Browse files
author
Daniel Kroening
committed
cleanout decision_proceduret::in_core
1 parent f9b9599 commit 1bac484

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/util/decision_procedure.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,4 @@ Author: Daniel Kroening, [email protected]
1111

1212
#include "decision_procedure.h"
1313

14-
#include <cassert>
1514

16-
bool decision_proceduret::in_core(const exprt &expr)
17-
{
18-
UNREACHABLE;
19-
return true;
20-
}

src/util/decision_procedure.h

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ class decision_proceduret:public messaget
5252
return dec_solve();
5353
}
5454

55-
// old-style, will go away
56-
virtual bool in_core(const exprt &expr);
57-
5855
// return a textual description of the decision procedure
5956
virtual std::string decision_procedure_text() const=0;
6057

0 commit comments

Comments
 (0)