diff --git a/include/cantera/thermo/VPSSMgr_General.h b/include/cantera/thermo/VPSSMgr_General.h index fc321865d..ae39523ea 100644 --- a/include/cantera/thermo/VPSSMgr_General.h +++ b/include/cantera/thermo/VPSSMgr_General.h @@ -283,15 +283,6 @@ private: * This object doesn't own these pointers. */ std::vector m_PDSS_ptrs; - - - //! VPStandardStateTP has its own err routine - /*! - * @param msg Error message string - */ - doublereal err(std::string msg) const; - - }; //@} }