Remove stale comment in BuildTypeMap
Review by: grek@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8531 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java b/dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java
index 02ee4e8..449fa77 100644
--- a/dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java
+++ b/dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java
@@ -153,13 +153,6 @@
}
}
- /**
- * Weird: we used to have JConstructor (and JConstructorCall) in our AST,
- * but we got rid of them completely and instead model them as instance
- * methods whose qualifier is a naked no-argument new operation. See {@link
- * GenerateJavaAST.JavaASTGenerationVisitor#processConstructor(ConstructorDeclaration)}
- * for details.
- */
@Override
public boolean visit(ConstructorDeclaration ctorDecl, ClassScope scope) {
try {