From 3957936e9856354c41eb8c47dcfd68e3599078e8 Mon Sep 17 00:00:00 2001 From: tTh Date: Sun, 25 Nov 2018 12:02:12 +0100 Subject: [PATCH] delete 'print_sizeof()' from tbb.c --- tbb.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tbb.c b/tbb.c index d3f7be6..c11baf2 100644 --- a/tbb.c +++ b/tbb.c @@ -8,18 +8,8 @@ #include #include "bubulles.h" -/* --------------------------------------------------------------------- */ -void print_sizeof(void) -{ -printf("%-15s %4lu\n", "XYZ", sizeof(XYZ)); -printf("%-15s %4lu\n", "RGBA", sizeof(RGBA)); -printf("%-15s %4lu\n", "Bubulle", sizeof(Bubulle)); -printf("%-15s %4lu\n", "BBList", sizeof(BBList)); -puts(""); -} /* --------------------------------------------------------------------- */ - void test_alloc_free(int nbelm) { BBList *bublist;