Remove stale reference to libIndex.

llvm-svn: 132757
This commit is contained in:
Ted Kremenek 2011-06-08 19:52:31 +00:00
parent 195a1e2184
commit ef644c56a2
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ Currently, clang is divided into the following libraries and tool:
<li><b>librewrite</b> - Editing of text buffers (important for code rewriting
transformation, like refactoring).</li>
<li><b>libanalysis</b> - Static analysis support.</li>
<li><b><a href="docs/libIndex.html">libindex</a></b> - Cross-translation-unit infrastructure and indexing support.</li>
<li><b>clang</b> - A driver program, client of the libraries at various
levels.</li>
</ul>