Skip to content

Commit 915e089

Browse files
committed
Remove unused macro, which is already defined in libbson
1 parent bf34b20 commit 915e089

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bson.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
#include "php_phongo.h"
4242
#include "php_bson.h"
4343

44-
45-
#define BSON_APPEND_INT32(b,key,val) \
46-
bson_append_int32 (b, key, (int) strlen (key), val)
47-
4844
#if SIZEOF_LONG == 8
4945
# define BSON_APPEND_INT(b, key, keylen, val) \
5046
if (val > INT_MAX || val < INT_MIN) { \

0 commit comments

Comments
 (0)