Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / OutNode.cxx
index 715308166188123d27ce6af1c629ef18aa1d31b8..8aa9614bfaaf3c26789a93a7b8e18b21ed697296 100644 (file)
@@ -107,7 +107,7 @@ void OutNode::setData(InputPort* port, const std::string& data)
   inp->setData(data);
 }
 
-void OutNode::checkBasicConsistency() const throw(YACS::Exception)
+void OutNode::checkBasicConsistency() const 
 {
   DEBTRACE("OutNode::checkBasicConsistency");
   if (! _setOfOutputPort.empty())