| Index: compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java (revision 11099)
|
| +++ compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java (working copy)
|
| @@ -7,7 +7,6 @@
|
| import com.google.common.annotations.VisibleForTesting;
|
| import com.google.common.collect.Lists;
|
| import com.google.common.collect.Maps;
|
| -import com.google.common.collect.Sets;
|
| import com.google.dart.compiler.DartCompilationError;
|
| import com.google.dart.compiler.DartCompilerContext;
|
| import com.google.dart.compiler.DartCompilerListener;
|
| @@ -29,13 +28,10 @@
|
| import com.google.dart.compiler.type.Type;
|
| import com.google.dart.compiler.type.TypeVariable;
|
| import com.google.dart.compiler.type.Types;
|
| -import com.google.dart.compiler.util.apache.ObjectUtils;
|
| -import com.google.dart.compiler.util.apache.StringUtils;
|
|
|
| import java.util.Collections;
|
| import java.util.List;
|
| import java.util.Map;
|
| -import java.util.Set;
|
|
|
| /**
|
| * Builds all class elements and types of a library. Once all libraries
|
|
|