From 305f5dc980ddc88ba9a0e7fa1080131a821a6338 Mon Sep 17 00:00:00 2001 From: Zev Goldstein Date: Mon, 14 Feb 2022 11:39:24 -0500 Subject: [PATCH] remove unused and redundant --stamp-info-file --- contrib/push-all.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/push-all.bzl b/contrib/push-all.bzl index 9ab5b739d..9b25b45fe 100644 --- a/contrib/push-all.bzl +++ b/contrib/push-all.bzl @@ -39,8 +39,6 @@ def _impl(ctx): if stamp: stamp_inputs = [ctx.info_file, ctx.version_file] - stamp_arg = " ".join(["--stamp-info-file=%s" % _get_runfile_path(ctx, f) for f in stamp_inputs]) - scripts = [] runfiles = [] for index, tag in enumerate(images.keys()):