diff --git a/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html b/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html
index 4403fb73edc..44e5d4f72a0 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html
@@ -44,17 +44,5 @@ from an IBinding
that represents the Semantic object for that
-given name.
-
Once you have a binding, it is possible to find all translation
-units that declare or refer to that binding. From there you can
-navigate from the IASTTranslationUnit to the IASTNames that declare or
-refer to that binding.
-
From the Syntactic view, you can ask the AST Rewriter to calculate
-the TextEdits required to accomplish changes to the AST.
-