From 4cc5558a4ebccea61af86840b821108f3ce05ae9 Mon Sep 17 00:00:00 2001 From: lucifer9 Date: Sat, 29 Jun 2019 10:22:22 +0800 Subject: [PATCH] delete some unnecessary comments --- infra/bazel/zip.bzl | 3 --- 1 file changed, 3 deletions(-) diff --git a/infra/bazel/zip.bzl b/infra/bazel/zip.bzl index fc3ae2f59..40f89b6d9 100644 --- a/infra/bazel/zip.bzl +++ b/infra/bazel/zip.bzl @@ -48,9 +48,6 @@ def _zip_file(ctx): d.startswith("/") or d.endswith("/")): fail("mappings should not begin or end with slash") srcs = depset(transitive = [depset(ctx.files.srcs),depset(ctx.files.data),depset(collect_runfiles(ctx.attr.data))]) - # srcs += ctx.files.srcs - # srcs += ctx.files.data - # srcs += collect_runfiles(ctx.attr.data) mapped = _map_sources(ctx, srcs, ctx.attr.mappings) cmd = [ "#!/bin/sh",