diff --git a/src/docs/developer/rendering_html.diviner b/src/docs/developer/rendering_html.diviner
index e1b1d679a3..70401d8bcf 100644
--- a/src/docs/developer/rendering_html.diviner
+++ b/src/docs/developer/rendering_html.diviner
@@ -23,7 +23,6 @@ from XSS and render correctly. Broadly:
- @{class:AphrontView} subclasses act like tags when rendering.
- @{function:pht} has some special rules.
- There are some other things that you should be aware of.
- - Do not use @{function:phutil_render_tag}, it is deprecated and unsafe.
See below for discussion.
@@ -181,10 +180,3 @@ following examples are dangerous:
// We have a lint rule disallowing this.
hsprintf($evil);
-
-= Deprecated Functions =
-
-The function @{function@libphutil:phutil_render_tag} is unsafe version of
-@{function@libphutil:phutil_tag}, is deprecated, and will be removed in the
-future. You should avoid its use and convert code to use
-@{function@libphutil:phutil_tag}.