From f54132293bf58423146bf901ba27527d650eb769 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 22 Jun 2010 09:40:07 +0000 Subject: [PATCH] Remove debugging line from encoding2.c --- encoding2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/encoding2.c b/encoding2.c index aae50df..d1c4475 100644 --- a/encoding2.c +++ b/encoding2.c @@ -488,7 +488,6 @@ void objc_layout_structure_get_info (struct objc_struct_layout *layout, *offset = layout->record_size / 8; *align= layout->record_align / 8; round_up((size_t*)offset, (size_t)*align); - printf("%s %d %d\n", *type, *offset, *align); } #ifdef ENCODING_TESTS