summaryrefslogtreecommitdiff
path: root/sources/scalac/ast/Tree.java.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/ast/Tree.java.tmpl')
-rw-r--r--sources/scalac/ast/Tree.java.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/sources/scalac/ast/Tree.java.tmpl b/sources/scalac/ast/Tree.java.tmpl
index 937d9e212c..e7e23e54a5 100644
--- a/sources/scalac/ast/Tree.java.tmpl
+++ b/sources/scalac/ast/Tree.java.tmpl
@@ -47,17 +47,6 @@ public class Tree {
{#IsKind#}
- /** Returns true if this tree is empty or error. */
- public boolean isMissing() {
- switch (this) {
- case Bad():
- case Empty:
- return true;
- default:
- return false;
- }
- }
-
//########################################################################
// Public Methods - tree type