Skip to content

Commit

Permalink
Remove unused productName argument from ProcessWrapperSandboxedSpawnR…
Browse files Browse the repository at this point in the history
…unner.

RELNOTES: None.
PiperOrigin-RevId: 299831990
  • Loading branch information
jmmv authored and copybara-github committed Mar 9, 2020
1 parent f1ea026 commit 5101949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ public static boolean isSupported(CommandEnvironment cmdEnv) {
*
* @param cmdEnv the command environment to use
* @param sandboxBase path to the sandbox base directory
* @param productName the product name to use
* @param timeoutKillDelay additional grace period before killing timing out commands
*/
ProcessWrapperSandboxedSpawnRunner(
CommandEnvironment cmdEnv,
Path sandboxBase,
String productName,
Duration timeoutKillDelay,
TreeDeleter treeDeleter) {
super(cmdEnv);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ private void setup(CommandEnvironment cmdEnv, ExecutorBuilder builder)
new ProcessWrapperSandboxedSpawnRunner(
cmdEnv,
sandboxBase,
cmdEnv.getRuntime().getProductName(),
timeoutKillDelay,
treeDeleter));
spawnRunners.add(spawnRunner);
Expand Down

0 comments on commit 5101949

Please sign in to comment.