Skip to content

Commit 326ee71

Browse files
committed
Remove 7.0-7.2 cruft
1 parent 8056ec0 commit 326ee71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ibm_db2.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ return
6161

6262
#define ZEND_Z_TYPE_PP(entry) ZEND_Z_TYPE_P(*entry)
6363

64-
#if PHP_VERSION_ID >= 70000 && PHP_VERSION_ID < 70300
65-
#define GC_ADDREF(p) ++GC_REFCOUNT(p)
66-
#define GC_DELREF(p) --GC_REFCOUNT(p)
67-
#define GC_SET_REFCOUNT(p, rc) GC_REFCOUNT(p) = rc
68-
#endif
69-
7064
/* True global resources - no need for thread safety here */
7165
static int le_conn_struct, le_stmt_struct, le_pconn_struct;
7266

0 commit comments

Comments
 (0)