From 1b604c5f4a0dd06733e931ef0d623ebddfb801d7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Sun, 4 Apr 2004 17:24:36 +0000 Subject: - Removed Tree.isMissing --- sources/scalac/ast/Tree.java.tmpl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sources/scalac/ast') 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 -- cgit v1.2.3