Skip to content

Commit

Permalink
-trlnum
Browse files Browse the repository at this point in the history
  • Loading branch information
Costa Shulyupin authored and Costa Shulyupin committed Dec 22, 2020
1 parent f7a7746 commit ab7fec5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ctracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit ab7fec5

Please sign in to comment.