Disabled generation of unused Context object

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-14 20:13:10 +02:00
parent 2f586a10cd
commit b30b6e0fe0
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ public class DNodeGenerator
*
* TOOD: Double check the Context passed in
*/
Context varExpRemContext = new Context(tc.getModule(), InitScope.STATIC);
// Context varExpRemContext = new Context(tc.getModule(), InitScope.STATIC);
VariableExpression varExpRem = new VariableExpression(remainingSegment);
DNode varExpRemDNode = expressionPass(varExpRem, context);