docs: Remove UsingLibraries page, which was inaccurate / out-of-date and not
[oota-llvm.git] / docs / ProgrammersManual.html
index 2cdcd270bf369e179c67151557c02f18fa8f2f83..2ab1681c47cb5c520fb6bfbd013b9d788227cea2 100644 (file)
@@ -879,9 +879,6 @@ elements (but could contain many), for example, it's much better to use
 .  Doing so avoids (relatively) expensive malloc/free calls, which dwarf the
 cost of adding the elements to the container. </p>
 
-</div>
-  
-  
 <!-- ======================================================================= -->
 <h3>
   <a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a>