summaryrefslogtreecommitdiff
path: root/examples/example.proto
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-12-09 16:01:56 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-12-09 16:01:56 -0800
commit56913be6bb57f81dbbf7baf9cc9a0a2cd1a36493 (patch)
treef4d1c17aef4e5d01578ba3fd3926ca863e2792f2 /examples/example.proto
parent82be433d4188e0b3b992e463ad52ee148d3ad8de (diff)
Removed obsolete benchmarks/ and examples/ directories.
Diffstat (limited to 'examples/example.proto')
-rw-r--r--examples/example.proto15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/example.proto b/examples/example.proto
deleted file mode 100644
index 231c455..0000000
--- a/examples/example.proto
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// upb - a minimalist implementation of protocol buffers.
-//
-// Copyright (c) 2011 Google Inc. See LICENSE for details.
-// Author: Josh Haberman <jhaberman@gmail.com>
-//
-// A .proto file for the examples in this directory.
-
-package example;
-
-message SampleMessage {
- optional string name = 1;
- optional int32 id = 2;
- optional string email = 3;
-}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback