diff options
Diffstat (limited to 'src/current')
-rw-r--r-- | src/current/include/preproc/symtable.xsl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/current/include/preproc/symtable.xsl b/src/current/include/preproc/symtable.xsl index 245a78d..e12e5a4 100644 --- a/src/current/include/preproc/symtable.xsl +++ b/src/current/include/preproc/symtable.xsl @@ -901,14 +901,6 @@ </xsl:template> -<xsl:template match="lv:meta" mode="preproc:symtable" priority="5"> - <xsl:for-each select="lv:prop"> - <preproc:sym name=":meta:{@name}" type="meta" - keep="true" /> - </xsl:for-each> -</xsl:template> - - <xsl:template match="preproc:sym[ @type='param' ]" mode="preproc:symtable-complete" priority="5"> <xsl:param name="syms" as="element( preproc:sym )*" /> |