Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / PresetPorts.cxx
index dae07b9b61e8f6436fdf89c3469e45d3c8c94f38..88f8a036b304983de782526031216f066e89b59e 100644 (file)
@@ -63,7 +63,7 @@ void OutputPresetPort::setData(std::string data)
   modified();
 }
 
-void OutputPresetPort::checkBasicConsistency() const throw(YACS::Exception)
+void OutputPresetPort::checkBasicConsistency() const 
 {
   DEBTRACE("OutputPresetPort::checkBasicConsistency " << _storeData);
   if (_storeData.empty())