Skip to content

Commit 70acd6e

Browse files
committed
ext/bcmath: Remove unused ODD() macro function
1 parent 04c417a commit 70acd6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/bcmath/libbcmath/src/bcmath.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ typedef struct bc_struct {
7373
#endif
7474
#define MAX(a, b) ((a)>(b)?(a):(b))
7575
#define MIN(a, b) ((a)>(b)?(b):(a))
76-
#define ODD(a) ((a)&1)
7776

7877
#ifndef LONG_MAX
7978
#define LONG_MAX 0x7ffffff

0 commit comments

Comments
 (0)