From 5d0d0b56d1383f1ad4027d8e6dc739c12cacced8 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 6 Dec 2012 18:42:43 -0500 Subject: [PATCH] Fix to portfolio builds (cherry picked from commit f46ba71e78054af63b529eb3271952c55beba37e) --- src/main/portfolio_util.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/portfolio_util.h b/src/main/portfolio_util.h index 80c653eca..eff8d6a7e 100644 --- a/src/main/portfolio_util.h +++ b/src/main/portfolio_util.h @@ -46,6 +46,8 @@ public: cnt(0) {} + ~PortfolioLemmaOutputChannel() throw() { } + void notifyNewLemma(Expr lemma) { if(int(lemma.getNumChildren()) > options::sharingFilterByLength()) { return; @@ -84,6 +86,8 @@ public: d_pickler(em, to, from){ } + ~PortfolioLemmaInputChannel() throw() { } + bool hasNewLemma(){ Debug("lemmaInputChannel") << d_tag << ": " << "hasNewLemma" << std::endl; return !d_sharedChannel->empty(); -- 2.30.2