From d29f80d6f320143363fb101a9e94f89c17788468 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 3 Jun 2010 19:55:39 -0700 Subject: More incremental work. --- src/upb_encoder.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/upb_encoder.c') 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. ********************************************/ -- cgit v1.2.3