From daf36f07473b627ef634f8f66379a45ac99d32fc Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 16 Jul 2011 14:14:13 -0700 Subject: Get rid of upb_symtabtxn. This type was nothing but a map of defs. We can as easily just pass an array of defs into upb_symtab_add(). --- tests/tests.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.c b/tests/tests.c index 5cbbd78..1f64718 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -19,7 +19,6 @@ static upb_symtab *load_test_proto() { } upb_status status = UPB_STATUS_INIT; upb_read_descriptor(s, descriptor, len, &status); - upb_status_print(&status, stderr); ASSERT(upb_ok(&status)); upb_status_uninit(&status); free(descriptor); -- cgit v1.2.3