summaryrefslogtreecommitdiff
path: root/stream/upb_textprinter.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
commit2c24cbb108bbda296f01e7628028b1dcb2b9516b (patch)
treedaa31a93b2c7d45de2df344eb2ec6e73b635bdb7 /stream/upb_textprinter.c
parent93381f1411def0dba5677b71cd4df859d99777f3 (diff)
More work on decoder and stdio bytesrc/bytesink.
Diffstat (limited to 'stream/upb_textprinter.c')
-rw-r--r--stream/upb_textprinter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/upb_textprinter.c b/stream/upb_textprinter.c
index 2d2e237..3a77ab1 100644
--- a/stream/upb_textprinter.c
+++ b/stream/upb_textprinter.c
@@ -12,7 +12,6 @@
#include "upb_string.h"
struct _upb_textprinter {
- upb_sink sink;
upb_bytesink *bytesink;
upb_string *str;
int indent_depth;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback