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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-12 10:32:04 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-12 10:33:38 +0300
commitab7aab4b31aaa0bcbe5c1a8d4b7d3eb769888253 (patch)
tree1c36286d0b1706e6c31dd69070240677ff41f9e2
parentb1d5dafcf488f8c48531e2a82dd7a568f01a3b7b (diff)
proto: Remove unused import in ref definitions
The ref definitions import "blob.proto", which isn't used by anything. Remove the import to squelch a warning generated by protoc.
-rw-r--r--proto/ref.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ref.proto b/proto/ref.proto
index e3798b3e3..ddedac199 100644
--- a/proto/ref.proto
+++ b/proto/ref.proto
@@ -6,7 +6,6 @@ option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
-import "blob.proto";
import "google/protobuf/timestamp.proto";
service RefService {