Skip to content

Commit 205580b

Browse files
blicklycopybara-github
authored andcommitted
Remove unnecessary var
PiperOrigin-RevId: 716285757
1 parent 04ba2c5 commit 205580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/google/javascript/jscomp/ijs/ConvertToTypedInterface.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private void processFile(Node scriptNode) {
140140
// from within the closure-unaware section, and the entire file effectively becomes
141141
// closure-aware again (as it is generated code that describes a module shape).
142142
JSDocInfo.Builder scriptJsDocBuilder = scriptJsDoc.toBuilder();
143-
var unused = scriptJsDocBuilder.removeClosureUnawareCode();
143+
scriptJsDocBuilder.removeClosureUnawareCode();
144144
scriptNode.setJSDocInfo(scriptJsDocBuilder.build());
145145
}
146146

0 commit comments

Comments
 (0)