From 56913be6bb57f81dbbf7baf9cc9a0a2cd1a36493 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 9 Dec 2014 16:01:56 -0800 Subject: Removed obsolete benchmarks/ and examples/ directories. --- examples/example.proto | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/example.proto (limited to 'examples/example.proto') 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 -// -// 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; -} -- cgit v1.2.3