Salome HOME
update SMESH_test comment i3
[modules/smesh.git] / src / SMESHDS / SMESHDS_SubMesh.hxx
index 839f7eabeb246dd20050a1e3ccc975d4497d1236..0b18640f68e92493060e33c184182fe019c14bee 100644 (file)
@@ -66,10 +66,6 @@ class SMESHDS_EXPORT SMESHDS_SubMesh
 
  private:
 
-  struct TIDCompare { // to have nodes and elements sorted by ID
-    bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const
-    { return e1->GetID() < e2->GetID(); }
-  };
   typedef std::set<const SMDS_MeshElement*, TIDCompare > TElemSet;
   TElemSet myElements, myNodes;