Remove unused chunk from standalone-profile.xsl

unused since 1707a0d2aa
This commit is contained in:
Peter Eisentraut 2021-10-30 12:38:14 +02:00
parent 5ccceb2946
commit b8b62b4be2
1 changed files with 0 additions and 4 deletions

View 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>