summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-31 13:04:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-31 13:04:26 +0000
commit4b2e07aa5819e06230873c3843731b1817498730 (patch)
tree26f8840861168faf373043402534355d6c5c3834 /docs/ProgrammersManual.html
parent5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a (diff)
downloadllvm-4b2e07aa5819e06230873c3843731b1817498730.tar.gz
llvm-4b2e07aa5819e06230873c3843731b1817498730.tar.bz2
llvm-4b2e07aa5819e06230873c3843731b1817498730.tar.xz
docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 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 2cdcd270bf..2ab1681c47 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>