Skip to content

Commit 4485363

Browse files
concavelenzcopybara-github
authored andcommitted
Remove long deprecated diagnostic group FEATURES_NOT_SUPPORTED_BY_PASS.
PiperOrigin-RevId: 700500008
1 parent 8486670 commit 4485363

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ public static DiagnosticGroup forName(String name) {
175175
DiagnosticGroups.registerGroup(
176176
"untranspilableFeatures", ReportUntranspilableFeatures.UNTRANSPILABLE_FEATURE_PRESENT);
177177

178-
public static final DiagnosticGroup FEATURES_NOT_SUPPORTED_BY_PASS =
179-
DiagnosticGroups.registerDeprecatedGroup("featuresNotSupportedByPass");
180-
181178
public static final DiagnosticGroup MODULE_LOAD =
182179
DiagnosticGroups.registerGroup(
183180
"moduleLoad",

0 commit comments

Comments
 (0)