소스 검색

delete some unnecessary comments

lucifer9 6 년 전
부모
커밋
4cc5558a4e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      infra/bazel/zip.bzl

+ 0 - 3
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",