diff --git a/packages/CLPBN/horus/BayesBall.h b/packages/CLPBN/horus/BayesBall.h index 1a9ba34aa..b8101231e 100644 --- a/packages/CLPBN/horus/BayesBall.h +++ b/packages/CLPBN/horus/BayesBall.h @@ -34,7 +34,6 @@ class BayesBall static FactorGraph* getMinimalFactorGraph (FactorGraph& fg, VarIds vids); private: - void constructGraph (FactorGraph* fg) const; void scheduleParents (const BBNode* n, Scheduling& sch) const;