Remove decl. of getStatisticsRegistry(SmtEngine*)
authorAndres Notzli <andres.noetzli@gmail.com>
Fri, 31 Mar 2017 22:02:39 +0000 (15:02 -0700)
committerAndres Notzli <andres.noetzli@gmail.com>
Fri, 31 Mar 2017 22:02:39 +0000 (15:02 -0700)
Commit f4ef7af0a2295691f281ee1604dfeb4082fe229c removed the definition
of getStatisticsRegistry(SmtEngine*) but not the declaration.

src/smt/smt_engine.h
src/smt/smt_engine.i

index d17dd204bfc6128727b34c36779a8e954b0db4cf..c3cb54685c4ac60837a44faf57d3dd52a4b8ed4b 100644 (file)
@@ -105,10 +105,6 @@ namespace theory {
   class TheoryModel;
 }/* CVC4::theory namespace */
 
-namespace stats {
-  StatisticsRegistry* getStatisticsRegistry(SmtEngine*);
-}/* CVC4::stats namespace */
-
 // TODO: SAT layer (esp. CNF- versus non-clausal solvers under the
 // hood): use a type parameter and have check() delegate, or subclass
 // SmtEngine and override check()?
@@ -356,7 +352,6 @@ class CVC4_PUBLIC SmtEngine {
   friend class ::CVC4::smt::SmtEnginePrivate;
   friend class ::CVC4::smt::SmtScope;
   friend class ::CVC4::smt::BooleanTermConverter;
-  friend ::CVC4::StatisticsRegistry* ::CVC4::stats::getStatisticsRegistry(SmtEngine*);
   friend ProofManager* ::CVC4::smt::currentProofManager();
   friend class ::CVC4::LogicRequest;
   // to access d_modelCommands
index 443e4cc58d6841b5366678920b76c2f0eb9e6c9b..c054cb6665fca187ac3080f18e7c9897050cad59 100644 (file)
@@ -45,7 +45,6 @@ SWIGEXPORT void JNICALL Java_edu_nyu_acsys_CVC4_SmtEngine_dlRef(JNIEnv* jenv, jc
 #endif // SWIGJAVA
 
 %ignore CVC4::SmtEngine::setLogic(const char*);
-%ignore CVC4::stats::getStatisticsRegistry(SmtEngine*);
 %ignore CVC4::smt::currentProofManager();
 
 %include "smt/smt_engine.h"