summaryrefslogtreecommitdiff
path: root/src/upb_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_encoder.c')
-rw-r--r--src/upb_encoder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/upb_encoder.c b/src/upb_encoder.c
index f1156a8..304a423 100644
--- a/src/upb_encoder.c
+++ b/src/upb_encoder.c
@@ -38,9 +38,6 @@ static size_t upb_f_uint32_t_size(uint32_t val) {
return sizeof(uint32_t);
}
-// The biggest possible single value is a 10-byte varint.
-#define UPB_MAX_ENCODED_SIZE 10
-
/* Functions to write wire values. ********************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback