summaryrefslogtreecommitdiff
path: root/stream/upb_textprinter.c
diff options
context:
space:
mode:
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