summaryrefslogtreecommitdiff
path: root/src/main/portfolio_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/portfolio_util.h')
-rw-r--r--src/main/portfolio_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/portfolio_util.h b/src/main/portfolio_util.h
index 5ed9a36fd..4f80f24ef 100644
--- a/src/main/portfolio_util.h
+++ b/src/main/portfolio_util.h
@@ -47,7 +47,7 @@ public:
cnt(0)
{}
- ~PortfolioLemmaOutputChannel() throw() { }
+ ~PortfolioLemmaOutputChannel() {}
void notifyNewLemma(Expr lemma);
};/* class PortfolioLemmaOutputChannel */
@@ -65,7 +65,7 @@ public:
VarMap& to,
VarMap& from);
- ~PortfolioLemmaInputChannel() throw() { }
+ ~PortfolioLemmaInputChannel() {}
bool hasNewLemma();
Expr getNewLemma();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback