From 6f30032183ccd20d7a7f031ebc9350f54179bba8 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 3 Jun 2015 14:51:18 -0700 Subject: Sync from Google-internal development. --- upb/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/table.c') diff --git a/upb/table.c b/upb/table.c index 9914a03..1bccfc7 100644 --- a/upb/table.c +++ b/upb/table.c @@ -542,7 +542,7 @@ void upb_inttable_compact(upb_inttable *t) { counts[log2ceil(key)]++; } - size_t arr_size = 1; + size_t arr_size; int arr_count = upb_inttable_count(t); if (upb_inttable_count(t) >= max_key * MIN_DENSITY) { -- cgit v1.2.3