Skip to content

Commit 093f1e6

Browse files
concavelenzcopybara-github
authored andcommitted
Remove exception for xid in CheckMissingRequires now that the depot has been cleaned up.
PiperOrigin-RevId: 705514364
1 parent e5bff9c commit 093f1e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/com/google/javascript/jscomp/CheckMissingRequires.java

-5
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,6 @@ private void visitQualifiedName(
292292
// file).
293293
return;
294294
}
295-
if (rootName.equals("xid")) {
296-
// TODO(b/160167649): Decide if we should report `xid` which initially was too common to
297-
// fix.
298-
return;
299-
}
300295
}
301296

302297
if (NodeUtil.isDeclarationLValue(n)) {

0 commit comments

Comments
 (0)