Skip to content

Commit 9c718cf

Browse files
committed
Remove Dead Code
1 parent ac1ef3e commit 9c718cf

File tree

1 file changed

+0
-4
lines changed
  • liquidjava-verifier/src/main/java/liquidjava/rj_language/ast

1 file changed

+0
-4
lines changed

liquidjava-verifier/src/main/java/liquidjava/rj_language/ast/Var.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,4 @@ public boolean equals(Object obj) {
7070
return name.equals(other.name);
7171
}
7272
}
73-
74-
public boolean isInternal() {
75-
return name.startsWith("#");
76-
}
7773
}

0 commit comments

Comments
 (0)