Skip to content

Commit

Permalink
Merge pull request kubernetes#7916 from stevekuznetsov/skuznets/remov…
Browse files Browse the repository at this point in the history
…e-dead-code

Remove dead options code in GCS library
  • Loading branch information
k8s-ci-robot authored May 1, 2018
2 parents 4ce2f7f + 98c2b27 commit dbb350c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 223 deletions.
2 changes: 0 additions & 2 deletions prow/pod-utils/gcs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go_library(
name = "go_default_library",
srcs = [
"doc.go",
"options.go",
"target.go",
"upload.go",
],
Expand All @@ -16,7 +15,6 @@ go_library(
"//prow/pod-utils/downwardapi:go_default_library",
"//vendor/cloud.google.com/go/storage:go_default_library",
"//vendor/github.com/sirupsen/logrus:go_default_library",
"//vendor/google.golang.org/api/option:go_default_library",
],
)

Expand Down
221 changes: 0 additions & 221 deletions prow/pod-utils/gcs/options.go

This file was deleted.

0 comments on commit dbb350c

Please sign in to comment.