diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-03-04 15:49:31 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-03-04 20:07:46 +0100 |
commit | 6f44f11a9a063d2f8f10a99c3531325e0fabead8 (patch) | |
tree | dcdeef9abb20dcd876af68561a318e975fe93c86 /etc/patches/bytestream.proto.diff | |
parent | c89bfcbb2b991a57d0f829e49d91f0f7c00531b7 (diff) | |
download | justbuild-6f44f11a9a063d2f8f10a99c3531325e0fabead8.tar.gz |
Patch away unused imports in bytestream.proto
Diffstat (limited to 'etc/patches/bytestream.proto.diff')
-rw-r--r-- | etc/patches/bytestream.proto.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/patches/bytestream.proto.diff b/etc/patches/bytestream.proto.diff new file mode 100644 index 00000000..0ded6d5b --- /dev/null +++ b/etc/patches/bytestream.proto.diff @@ -0,0 +1,13 @@ +--- bytestream.proto.orig 2022-03-04 15:34:51.771366591 +0100 ++++ bytestream.proto 2022-03-04 15:36:46.721674292 +0100 +@@ -16,8 +16,8 @@ + + package google.bytestream; + +-import "google/api/annotations.proto"; +-import "google/protobuf/wrappers.proto"; ++// import "google/api/annotations.proto"; ++// import "google/protobuf/wrappers.proto"; + + option go_package = "google.golang.org/genproto/googleapis/bytestream;bytestream"; + option java_outer_classname = "ByteStreamProto"; |