summaryrefslogtreecommitdiff
path: root/src/decision
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision')
-rw-r--r--src/decision/justification_heuristic.cpp3
-rw-r--r--src/decision/justification_heuristic.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/decision/justification_heuristic.cpp b/src/decision/justification_heuristic.cpp
index a60f2c365..aae802490 100644
--- a/src/decision/justification_heuristic.cpp
+++ b/src/decision/justification_heuristic.cpp
@@ -55,7 +55,8 @@ JustificationHeuristic::JustificationHeuristic(CVC4::DecisionEngine* de,
Trace("decision") << "Justification heuristic enabled" << std::endl;
}
-JustificationHeuristic::~JustificationHeuristic() throw() {
+JustificationHeuristic::~JustificationHeuristic()
+{
smtStatisticsRegistry()->unregisterStat(&d_helfulness);
smtStatisticsRegistry()->unregisterStat(&d_giveup);
smtStatisticsRegistry()->unregisterStat(&d_timestat);
diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h
index 70fecb871..210ab4d5c 100644
--- a/src/decision/justification_heuristic.h
+++ b/src/decision/justification_heuristic.h
@@ -115,7 +115,7 @@ public:
context::UserContext *uc,
context::Context *c);
- ~JustificationHeuristic() throw();
+ ~JustificationHeuristic();
prop::SatLiteral getNext(bool &stopSearch);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback