0024737: Coding - remove <br> tag from header files
[occt.git] / src / BOPDS / BOPDS_MapOfCommonBlock.hxx
index 40e7ae5..6ab0203 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef BOPDS_MapOfCommonBlock_HeaderFile
 #define BOPDS_MapOfCommonBlock_HeaderFile
 
-#define _NCollection_MapHasher
 #include <NCollection_Map.hxx>   
 #include <TColStd_MapTransientHasher.hxx>
 #include <BOPDS_CommonBlock.hxx>   
@@ -23,7 +22,4 @@
 typedef NCollection_Map<Handle(BOPDS_CommonBlock), TColStd_MapTransientHasher> BOPDS_MapOfCommonBlock; 
 typedef BOPDS_MapOfCommonBlock::Iterator BOPDS_MapIteratorOfMapOfCommonBlock;  
 
-#undef _NCollection_MapHasher
-
-
 #endif