Skip to content

Commit 8f55556

Browse files
committed
Remove unused mysqlnd portability macros
1 parent 277e169 commit 8f55556

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ext/mysqlnd/mysqlnd_portability.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
1212
#ifndef MYSQLND_PORTABILITY_H
1313
#define MYSQLND_PORTABILITY_H
1414

15-
16-
17-
/* Comes from global.h as OFFSET, renamed to STRUCT_OFFSET */
18-
#define STRUCT_OFFSET(t, f) XtOffsetOf(t, f)
19-
2015
#ifndef __attribute
2116
#if !defined(__GNUC__)
2217
#define __attribute(A)
@@ -51,10 +46,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
5146

5247
/* Go around some bugs in different OS and compilers */
5348

54-
#if SIZEOF_LONG_LONG > 4
55-
#define HAVE_LONG_LONG 1
56-
#endif
57-
5849
#ifdef PHP_WIN32
5950
#define MYSQLND_SZ_T_SPEC "%Id"
6051
#ifndef L64

0 commit comments

Comments
 (0)