summaryrefslogtreecommitdiff
path: root/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto')
-rw-r--r--vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto b/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
deleted file mode 100644
index 59dff1394..000000000
--- a/vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
+++ /dev/null
@@ -1,12 +0,0 @@
-syntax = "proto2";
-
-package issue270.a;
-
-import "github.com/gogo/protobuf/gogoproto/gogo.proto";
-import "github.com/gogo/protobuf/test/issue270/a/a2.proto";
-
-option (gogoproto.populate_all) = true;
-
-message A1 {
- optional A2 a2 = 1;
-}