summaryrefslogtreecommitdiff
path: root/upb/bytestream.proto
diff options
context:
space:
mode:
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