From 70acd6e9ad238fb61bffa6e710b1e4434c04a8e8 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Sun, 5 May 2024 01:02:46 +0100 Subject: [PATCH] ext/bcmath: Remove unused ODD() macro function --- ext/bcmath/libbcmath/src/bcmath.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 5a92273033a..b8e3b4c7fb8 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -73,7 +73,6 @@ typedef struct bc_struct { #endif #define MAX(a, b) ((a)>(b)?(a):(b)) #define MIN(a, b) ((a)>(b)?(b):(a)) -#define ODD(a) ((a)&1) #ifndef LONG_MAX #define LONG_MAX 0x7ffffff