Skip to content

Commit 31b25f7

Browse files
committed
remove TODOs from expr2java
1 parent 196dd5b commit 31b25f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/java_bytecode/expr2java.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ std::string expr2javat::convert_code_function_call(
5050
unsigned p;
5151
std::string lhs_str=convert(src.lhs(), p);
5252

53-
// TODO: if necessery add parentheses, dependent on p
5453
dest+=lhs_str;
5554
dest+='=';
5655
}
@@ -95,7 +94,6 @@ std::string expr2javat::convert_code_function_call(
9594
first=false;
9695
else
9796
dest+=", ";
98-
// TODO: if necessery add parentheses, dependent on p
9997
dest+=arg_str;
10098
}
10199
}

0 commit comments

Comments
 (0)