0024737: Coding - remove <br> tag from header files
[occt.git] / src / BOPDS / BOPDS_MapOfPaveBlock.hxx
index b7b9c07..784e101 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef BOPDS_MapOfPaveBlock_HeaderFile
 #define BOPDS_MapOfPaveBlock_HeaderFile
 
-#define _NCollection_MapHasher
 #include <NCollection_Map.hxx>   
 #include <TColStd_MapTransientHasher.hxx>
 #include <BOPDS_PaveBlock.hxx>   
@@ -23,7 +22,4 @@
 typedef NCollection_Map<Handle(BOPDS_PaveBlock), TColStd_MapTransientHasher> BOPDS_MapOfPaveBlock; 
 typedef BOPDS_MapOfPaveBlock::Iterator BOPDS_MapIteratorOfMapOfPaveBlock;  
 
-#undef _NCollection_MapHasher
-
-
 #endif