From ab7fec5898a913b4db7fc93a5ee23fbfbff82483 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 22 Dec 2020 14:31:59 +0200 Subject: [PATCH] -trlnum --- ctracer.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ctracer.h b/ctracer.h index 3ac0543..6f21763 100644 --- a/ctracer.h +++ b/ctracer.h @@ -246,17 +246,6 @@ do { \ } num++; \ } while (0) -#define trlnum(n, args ...) \ -do { \ - static int num; \ - if (num < n) { \ - trl_(); \ - tracef("#0x%x", (int)num); \ - args; \ - trln(); \ - } num++; \ -} while (0) - #define trleach(n, args ...) \ do { \ static int num; \