Salome HOME
Remove compiler warnings caused by MESSAGE macro
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RenumberingDlg.cxx
index 35b9df5ef96a4c20349f6483845db15e117c3c61..00ede0b48b97be7f86dda60ad901e52749e0ca0a 100644 (file)
@@ -246,7 +246,6 @@ void SMESHGUI_RenumberingDlg::ClickOnApply()
   
   if ( !myMesh->_is_nil())
     {
-      bool aResult = false;
       try
        {
          SMESH::SMESH_MeshEditor_var aMeshEditor = myMesh->GetMeshEditor();