Skip to content

Commit

Permalink
cleanout decision_proceduret::in_core
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Feb 11, 2018
1 parent f9b9599 commit 1bac484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/util/decision_procedure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ Author: Daniel Kroening, [email protected]

#include "decision_procedure.h"

#include <cassert>

bool decision_proceduret::in_core(const exprt &expr)
{
UNREACHABLE;
return true;
}
3 changes: 0 additions & 3 deletions src/util/decision_procedure.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ class decision_proceduret:public messaget
return dec_solve();
}

// old-style, will go away
virtual bool in_core(const exprt &expr);

// return a textual description of the decision procedure
virtual std::string decision_procedure_text() const=0;

Expand Down

0 comments on commit 1bac484

Please sign in to comment.