Skip to content

Commit 5adc4c6

Browse files
committed
Removed unused macro definitions.
1 parent ab36714 commit 5adc4c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tst_comm.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616

1717
#define COMM_NUM 32
1818

19-
#ifndef MIN
20-
#define MIN(a,b) ((a) < (b) ? (a) : (b))
21-
#endif
22-
23-
#ifndef MAX
24-
#define MAX(a,b) ((a) > (b) ? (a) : (b))
25-
#endif
2619

2720
#define CHECK_ARG(i, ret) do { \
2821
if ((i) < 0 || (i) > TST_COMMS_NUM) \

0 commit comments

Comments
 (0)