aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-03 06:43:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-03 06:43:54 +0000
commitb87d985ebf65e4ae530be68ec0fd9df774f250c3 (patch)
tree86cf88fa0f58d49a954754df736975e6e180efaf /docs/ProgrammersManual.html
parentf9dc5f8b21bffc17faf7153a1646a0dcedb9007f (diff)
Merging r143349:
------------------------------------------------------------------------ r143349 | chapuni | 2011-10-31 06:04:26 -0700 (Mon, 31 Oct 2011) | 1 line docs/*.html: Fix markups. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 4460224c1a..2a9b299644 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -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>