Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Drodt committed Mar 11, 2024
1 parent a6e4d68 commit 07ad420
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ private boolean isFullyQualified(String name) {
*/
private SLExpression resolveLocal(String name) {
Name n = new Name(name);
// TODO: Is checking logic vars first sufficient? Can it happen that localVariables are
// inside logic?
for (Namespace<LogicVariable> ns : logicVariablesNamespaces) {
var logicVar = ns.lookup(n);
if (logicVar != null) {
Expand Down

0 comments on commit 07ad420

Please sign in to comment.