Skip to content

Commit f6f9767

Browse files
authored
Merge pull request #1389 from isimluk/remove-my-code-again
Remove duplicate case in a switch (xslt:choose)
2 parents 9b9d656 + b6ee82f commit f6f9767

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xsl/oval-to-xccdf.xsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ Authors:
5656
<xsl:when test="$oval_severity = 'Important' or $oval_severity = 'Critical'">
5757
<xsl:text>high</xsl:text>
5858
</xsl:when>
59-
<xsl:when test="$oval_severity = 'Critical'">
60-
<xsl:text>high</xsl:text>
61-
</xsl:when>
6259
<xsl:otherwise>
6360
<xsl:text>unknown</xsl:text>
6461
</xsl:otherwise>

0 commit comments

Comments
 (0)