Skip to content

Commit

Permalink
Remove duplicate case in a switch (xslt:choose)
Browse files Browse the repository at this point in the history
Interestingly, I overlooked this years ago and nobody noticed since then.
  • Loading branch information
isimluk committed Jul 30, 2019
1 parent 9b9d656 commit b6ee82f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xsl/oval-to-xccdf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ Authors:
<xsl:when test="$oval_severity = 'Important' or $oval_severity = 'Critical'">
<xsl:text>high</xsl:text>
</xsl:when>
<xsl:when test="$oval_severity = 'Critical'">
<xsl:text>high</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>unknown</xsl:text>
</xsl:otherwise>
Expand Down

0 comments on commit b6ee82f

Please sign in to comment.