Remove unused result intermediate value

master
Mike Gerwitz 2021-01-12 14:38:55 -05:00
parent 80e3029fa0
commit 1c07968375
1 changed files with 0 additions and 15 deletions

View File

@ -942,21 +942,6 @@
<text>'] || ( debug['</text>
<value-of select="@_id" />
<text>'] = [] ) ).push( tmp );/*!-*/ </text>
<text>result = </text>
<choose>
<!-- join with operator if not first in set -->
<when test="position() > 1">
<text>result </text>
<value-of select="$operator" />
<text> tmp;</text>
</when>
<otherwise>
<text>tmp;</text>
</otherwise>
</choose>
</template>
<template name="compiler:gen-match-yieldto">