aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2021-06-15 05:49:15 -0700
committerCopybara-Service <copybara-worker@google.com>2021-06-15 05:50:14 -0700
commite3237775025f683b3b4d405c84d723310d7368f1 (patch)
treeefca7a2457ee7838c38f2a15cfe89ad43d60b058 /proto
parent6c759c1341035f362a9f2ead32b8eb0d052de57e (diff)
downloadtink-e3237775025f683b3b4d405c84d723310d7368f1.tar.gz
Remove unused dependency from jwt_hmac_proto.
PiperOrigin-RevId: 379470507
Diffstat (limited to 'proto')
-rw-r--r--proto/BUILD.bazel1
-rw-r--r--proto/CMakeLists.txt2
2 files changed, 0 insertions, 3 deletions
diff --git a/proto/BUILD.bazel b/proto/BUILD.bazel
index 860a61ce8..76a22a1a5 100644
--- a/proto/BUILD.bazel
+++ b/proto/BUILD.bazel
@@ -162,7 +162,6 @@ proto_library(
"jwt_hmac.proto",
],
visibility = ["//visibility:public"],
- deps = [":common_proto"],
)
# -----------------------------------------------
diff --git a/proto/CMakeLists.txt b/proto/CMakeLists.txt
index 5216dc7b8..671970f7e 100644
--- a/proto/CMakeLists.txt
+++ b/proto/CMakeLists.txt
@@ -169,8 +169,6 @@ tink_cc_proto(
tink_cc_proto(
NAME jwt_hmac_cc_proto
SRCS jwt_hmac.proto
- DEPS
- tink::proto::hmac_cc_proto
)
tink_cc_proto(