summaryrefslogtreecommitdiff
path: root/sources/scalac/ast/TreeInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/ast/TreeInfo.java')
-rw-r--r--sources/scalac/ast/TreeInfo.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/scalac/ast/TreeInfo.java b/sources/scalac/ast/TreeInfo.java
index 790bfc5bc6..d07627724f 100644
--- a/sources/scalac/ast/TreeInfo.java
+++ b/sources/scalac/ast/TreeInfo.java
@@ -105,7 +105,6 @@ public class TreeInfo {
}
/** Is tree a pure constructor?
- * //todo: update
*/
public static boolean isPureConstr(Tree tree) {
switch (tree) {