From ce9bba3cb5409844f8f3d7dcc235a9ea30cad090 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 20 Dec 2013 17:40:40 -0800 Subject: Sync from Google-internal development. --- upb/bytestream.proto | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 upb/bytestream.proto (limited to 'upb/bytestream.proto') 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 -// -// 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; -} -- cgit v1.2.3