Salome HOME
22834: [CEA 1347] Viscous layers: be able to choose the extrusion method (imp_1347_vi...
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index 8ffd46ef774ab7b13e29552c6b5094fbf1838830..0e298af615634bafdb57df3e949399806c94070b 100644 (file)
@@ -4739,7 +4739,6 @@ SMESH_Mesh_i::MakeGroupsOfBadInputElements( int         theSubShapeID,
           SALOMEDS::SObject_wrap aSO =
             _gen_i->PublishGroup( study, mesh, groups[ iG ],
                                  GEOM::GEOM_Object::_nil(), theGroupName);
-          aSO->_is_nil(); // avoid "unused variable" warning
         }
         SMESH_GroupBase_i* grp_i = SMESH::DownCast< SMESH_GroupBase_i* >( groups[ iG ]);
         if ( !grp_i ) continue;