aboutsummaryrefslogtreecommitdiff
path: root/cc/util
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-07-10 00:36:58 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-10 00:38:19 -0700
commit57cf066e5345296ecbc2819ff7823b77d5c4ae4a (patch)
treeca6f26c1915577ba3a502e39b46058c5b1d615fe /cc/util
parent3ae0f83f87c928baf9866b2b6177013ff41d944f (diff)
downloadtink-57cf066e5345296ecbc2819ff7823b77d5c4ae4a.tar.gz
Remove unused testonly target fake_kms_client_pybind
PiperOrigin-RevId: 546784430
Diffstat (limited to 'cc/util')
-rw-r--r--cc/util/BUILD.bazel26
1 files changed, 0 insertions, 26 deletions
diff --git a/cc/util/BUILD.bazel b/cc/util/BUILD.bazel
index f92575e69..4d0192387 100644
--- a/cc/util/BUILD.bazel
+++ b/cc/util/BUILD.bazel
@@ -327,32 +327,6 @@ cc_library(
deps = ["//proto:tink_cc_proto"],
)
-# This should only be used by tink/python/tink/cc/pybind,
-# where we need this target without the testonly flag.
-
-cc_library(
- name = "fake_kms_client_pybind",
- srcs = ["fake_kms_client.cc"],
- hdrs = ["fake_kms_client.h"],
- include_prefix = "tink/util",
- visibility = ["//visibility:public"],
- deps = [
- ":errors",
- ":status",
- ":statusor",
- "//:aead",
- "//:binary_keyset_reader",
- "//:binary_keyset_writer",
- "//:cleartext_keyset_handle",
- "//:keyset_handle",
- "//:kms_client",
- "//:kms_clients",
- "//aead:aead_key_templates",
- "@com_google_absl//absl/status",
- "@com_google_absl//absl/strings",
- ],
-)
-
cc_library(
name = "fake_kms_client",
testonly = 1,