Sfoglia il codice sorgente

Removed a unneded and bad-placed warning.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 anni fa
parent
commit
e5f76879cd
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      lfs-common.xsl

+ 0 - 3
lfs-common.xsl

@@ -124,9 +124,6 @@
             </xsl:otherwise>
           </xsl:choose>
         </xsl:when>
-        <xsl:otherwise>
-          <xsl:message>label.markup: this can't happen!</xsl:message>
-        </xsl:otherwise>
       </xsl:choose>
   </xsl:template>