From 2faf341c9d1e698761d8d7a91f019808b6141f35 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 24 Mar 2015 10:02:16 +0100 Subject: [PATCH] Removed useless padding on criterion suites --- include/criterion/types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/criterion/types.h b/include/criterion/types.h index 5cca302..08aadf1 100644 --- a/include/criterion/types.h +++ b/include/criterion/types.h @@ -48,9 +48,6 @@ struct criterion_test { struct criterion_suite { const char *name; struct criterion_test_extra_data *const data; -#if 1 - void *pad[2]; -#endif }; #endif /* !CRITERION_TYPES_H_ */