Skip to content

Commit

Permalink
[incubator-kie-issues#1206] Removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-Cardosi committed Jun 19, 2024
1 parent eb7a357 commit 9a8e40c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class ProcessedExpression extends ProcessedFEELUnit {

private final BaseNode ast;
private final DefaultMode executionMode;
private DirectCompilerResult compilerResult;
private BlockStmt codegenResult;

private final CompilerBytecodeLoader compilerBytecodeLoader = new CompilerBytecodeLoader();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class ProcessedUnaryTest extends ProcessedFEELUnit {
private static final String TEMPLATE_CLASS = "TemplateCompiledFEELUnaryTests";

private final BaseNode ast;
private DirectCompilerResult compiledExpression;
private BlockStmt codegenResult;

public ProcessedUnaryTest(String expressions,
Expand Down

0 comments on commit 9a8e40c

Please sign in to comment.