diff options
author | Peter Eisentraut | 2021-10-30 10:38:14 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-10-30 10:38:14 +0000 |
commit | b8b62b4be28b8acd36d32d5db65162bbbcd3a754 (patch) | |
tree | bdbc518f04e3292fc7c6d669ae5201f73e424e02 | |
parent | 5ccceb2946d4104804f8dca67515b602f5e78cdd (diff) |
Remove unused chunk from standalone-profile.xsl
unused since 1707a0d2aa6b2bcfe78f63836c769943a1a6b9e0
-rw-r--r-- | doc/src/sgml/standalone-profile.xsl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/src/sgml/standalone-profile.xsl b/doc/src/sgml/standalone-profile.xsl index d748076a05..ea8a8f1728 100644 --- a/doc/src/sgml/standalone-profile.xsl +++ b/doc/src/sgml/standalone-profile.xsl @@ -60,10 +60,6 @@ variant without links and references to the main documentation. <xsl:text>the documentation</xsl:text> </xsl:template> -<xsl:template match="xref[@linkend='pgcrypto']"> - <xsl:text>pgcrypto</xsl:text> -</xsl:template> - <xsl:template match="xref[@linkend='plpython-python23']"> <xsl:text>the </xsl:text><application>PL/Python</application><xsl:text> documentation</xsl:text> </xsl:template> |