summaryrefslogtreecommitdiff
path: root/src/upb_encoder.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-06-03 19:55:39 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-06-03 19:55:39 -0700
commitd29f80d6f320143363fb101a9e94f89c17788468 (patch)
tree73e555e6712f46f103d4a6c93c762631f09484fa /src/upb_encoder.c
parenta484ea0275f4d451d881b4edb1e1e4ae93be42a7 (diff)
More incremental work.
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