Skip to content

Commit 86d4533

Browse files
concavelenzcopybara-github
authored andcommitted
Remove noop API CompilerOptions#setRemoveUnusedPrototypePropertiesInExterns.
PiperOrigin-RevId: 325047716
1 parent 390fffc commit 86d4533

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,9 +2244,6 @@ public void setRemoveUnusedPrototypeProperties(boolean enabled) {
22442244
this.inlineGetters = enabled;
22452245
}
22462246

2247-
@Deprecated
2248-
public void setRemoveUnusedPrototypePropertiesInExterns(boolean enabled) {}
2249-
22502247
public void setCollapseVariableDeclarations(boolean enabled) {
22512248
this.collapseVariableDeclarations = enabled;
22522249
}

0 commit comments

Comments
 (0)