Removed useless padding on criterion suites

This commit is contained in:
Snaipe 2015-03-24 10:02:16 +01:00
parent f40339a0cf
commit 2faf341c9d

View file

@ -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_ */