Skip to content

Commit a96c9c8

Browse files
habermancopybara-github
authored andcommitted
Removed redundant map.put() call.
PiperOrigin-RevId: 499606020 Change-Id: Ie406fed8626c8f352003f43e030af0a4521accec
1 parent c18e6d5 commit a96c9c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/google/devtools/build/lib/rules/proto/ProtoLangToolchainProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public static StarlarkInfo create(
105105
m.put("out_replacement_format_flag", outReplacementFormatFlag);
106106
m.put("progress_message", progressMessage);
107107
m.put("mnemonic", mnemonic);
108-
m.put("plugin", pluginExecutable == null ? Starlark.NONE : pluginExecutable);
109108
m.put("runtime", runtime == null ? Starlark.NONE : runtime);
110109

111110
StarlarkProvider.Builder builder = StarlarkProvider.builder(Location.BUILTIN);

0 commit comments

Comments
 (0)