From b34b78aeba24c5f19f19ffd724aee93371d7b80b Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Sat, 13 Jun 2015 11:41:40 +0200 Subject: [PATCH] Remove unneeded fixture prototypes --- tests/check_xalloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/check_xalloc.c b/tests/check_xalloc.c index 278a155..9c5a484 100644 --- a/tests/check_xalloc.c +++ b/tests/check_xalloc.c @@ -3,8 +3,6 @@ #include "xalloc.h" Suite * xalloc_suite(void); -void setup_checked(void); -void teardown_checked(void); START_TEST(test_malloc) {