Skip to content

Commit

Permalink
Removed redundant map.put() call.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499606020
Change-Id: Ie406fed8626c8f352003f43e030af0a4521accec
  • Loading branch information
haberman authored and copybara-github committed Jan 5, 2023
1 parent c18e6d5 commit a96c9c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static StarlarkInfo create(
m.put("out_replacement_format_flag", outReplacementFormatFlag);
m.put("progress_message", progressMessage);
m.put("mnemonic", mnemonic);
m.put("plugin", pluginExecutable == null ? Starlark.NONE : pluginExecutable);
m.put("runtime", runtime == null ? Starlark.NONE : runtime);

StarlarkProvider.Builder builder = StarlarkProvider.builder(Location.BUILTIN);
Expand Down

0 comments on commit a96c9c8

Please sign in to comment.