Skip to content

Commit 99586db

Browse files
lauraharkercopybara-github
authored andcommitted
Cleanup some small remnants of the J2CL/GWT builds of the compiler
PiperOrigin-RevId: 713037488
1 parent 7a2a710 commit 99586db

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/com/google/javascript/jscomp/graph/StandardUnionFind.java

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import static com.google.common.collect.Iterators.filter;
2121
import static com.google.common.collect.Multimaps.asMap;
2222

23-
import com.google.common.annotations.GwtCompatible;
2423
import com.google.common.base.Objects;
2524
import com.google.common.base.Predicate;
2625
import com.google.common.collect.ImmutableList;
@@ -46,7 +45,6 @@
4645
*
4746
* @param <E> element type
4847
*/
49-
@GwtCompatible
5048
public class StandardUnionFind<E> implements Serializable, UnionFind<E> {
5149

5250
/** All values with the same root node are in the same equivalence set. */

src/com/google/javascript/rhino/typed_ast/BUILD.bazel

-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ java_proto_library(
3131
name = "typed_ast_java_proto",
3232
deps = [":typed_ast_proto"],
3333
)
34-
35-
# TODO: Reenable once j2cl_proto_library is working again.
36-
# j2cl_proto_library(
37-
# name = "typed_ast_j2cl_proto",
38-
# deps = [":typed_ast_proto"],
39-
# )

test/com/google/javascript/jscomp/PeepholeReplaceKnownMethodsTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public void setUp() throws Exception {
6767
useTypes = true;
6868
disableTypeCheck();
6969
enableNormalize();
70-
disableMultistageCompilation(); // this test runs under J2CL
7170
}
7271

7372
@Override

0 commit comments

Comments
 (0)