aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/proto/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/proto/test.proto')
-rw-r--r--examples/proto/test.proto10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/proto/test.proto b/examples/proto/test.proto
deleted file mode 100644
index 16a6dc335a..0000000000
--- a/examples/proto/test.proto
+++ /dev/null
@@ -1,10 +0,0 @@
-syntax = "proto2";
-
-package test;
-
-option java_package = "com.google.test";
-
-message KeyVal {
- optional string key = 1;
- optional string val = 2;
-}