Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / PresetNode.cxx
index bde716b816c042a737c782fd13b26a4332b39bfd..cd70b7eca9a4441d720c581098a33399118f5326 100644 (file)
@@ -81,7 +81,7 @@ void PresetNode::setData(OutputPort* port, const std::string& data)
   outp->setData(data);
 }
 
-void PresetNode::checkBasicConsistency() const throw(YACS::Exception)
+void PresetNode::checkBasicConsistency() const 
 {
   DEBTRACE("PresetNode::checkBasicConsistency");
   if (! _setOfInputPort.empty())