Skip to content

Commit

Permalink
Remove unused variable (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Feb 26, 2024
1 parent f1427ae commit cc6d83c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ public static Entrypoint turtleEntryPoint(IMethod fun) {
@Override
public SSAAbstractInvokeInstruction addCall(AbstractRootMethod m) {
int paramValues[];
IClassHierarchy cha = m.getClassHierarchy();
paramValues = new int[getNumberOfParameters()];
for (int j = 0; j < paramValues.length; j++) {
AstInstructionFactory insts = PythonLanguage.Python.instructionFactory();
Expand Down

0 comments on commit cc6d83c

Please sign in to comment.