Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-06 15:01:28 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-06 15:08:09 +0300
commit4d312eafb1f56b61b5f209c81d126ab57b526038 (patch)
tree5ea648d9f01b904543387fdd0e4f535d89464372 /proto/shared.proto
parent39750e565af722dfcc7c85244cf47b70b54d0ec5 (diff)
Remove proto2 syntax warning
While running Make proto, two warnings are written to STDOUT. > [libprotobuf WARNING google/protobuf/compiler/ruby/ruby_generator.cc:509] Omitting proto2 dependency 'google/protobuf/descriptor.proto' from proto3 output file 'lint_pb.rb' because we don't support proto2 and no proto2 types from that file are being used. Given lint.proto does require the dependency, and the shared.proto doesn't, one of these warnings is now removed.
Diffstat (limited to 'proto/shared.proto')
-rw-r--r--proto/shared.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/shared.proto b/proto/shared.proto
index 2d35d8ed2..59076a441 100644
--- a/proto/shared.proto
+++ b/proto/shared.proto
@@ -5,7 +5,6 @@ package gitaly;
option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
import "google/protobuf/timestamp.proto";
-import "google/protobuf/descriptor.proto";
import "lint.proto";
enum ObjectType {