summaryrefslogtreecommitdiff
path: root/upb/bytestream.proto
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-12-20 17:40:40 -0800
committerJosh Haberman <jhaberman@gmail.com>2013-12-20 17:40:40 -0800
commitce9bba3cb5409844f8f3d7dcc235a9ea30cad090 (patch)
tree6c4e0a7c023c790a278f3616c749280c8da205af /upb/bytestream.proto
parentaa8db6ab5ea18848247b8c4ac4715cf344941e94 (diff)
Sync from Google-internal development.
Diffstat (limited to 'upb/bytestream.proto')
-rw-r--r--upb/bytestream.proto14
1 files changed, 0 insertions, 14 deletions
diff --git a/upb/bytestream.proto b/upb/bytestream.proto
deleted file mode 100644
index 1287925..0000000
--- a/upb/bytestream.proto
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// upb - a minimalist implementation of protocol buffers.
-//
-// Copyright (c) 2013 Google Inc. See LICENSE for details.
-// Author: Josh Haberman <jhaberman@gmail.com>
-//
-// This file contains a proto definition for use by handlers that consume a
-// simple byte stream (like traditional UNIX pipes).
-
-package upb;
-
-message ByteStream {
- optional bytes bytes = 1;
-}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback