Remove unused chunk from standalone-profile.xsl
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 30 Oct 2021 10:38:14 +0000 (12:38 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 30 Oct 2021 10:38:14 +0000 (12:38 +0200)
unused since 1707a0d2aa6b2bcfe78f63836c769943a1a6b9e0

doc/src/sgml/standalone-profile.xsl

index d748076a058e2c83dc8ccdd014d9ba8767ea3324..ea8a8f17287949db7ecab1c6e974383dede238ec 100644 (file)
@@ -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>