summaryrefslogtreecommitdiff
path: root/ext/odbc/odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/odbc.c')
-rw-r--r--ext/odbc/odbc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/odbc/odbc.c b/ext/odbc/odbc.c
index 23c1a39ae1..0ef444adb2 100644
--- a/ext/odbc/odbc.c
+++ b/ext/odbc/odbc.c
@@ -1187,9 +1187,6 @@ PHP_FUNCTION(odbc_result)
UDWORD crow;
UWORD RowStatus[1];
#endif
-#if !defined(COMPILE_DL) && defined(THREAD_SAFE)
- TLS_VARS;
-#endif
field_ind = -1;
field = NULL;
@@ -1368,9 +1365,6 @@ PHP_FUNCTION(odbc_result_all)
UDWORD crow;
UWORD RowStatus[1];
#endif
-#if !defined(COMPILE_DL) && defined(THREAD_SAFE)
- TLS_VARS
-#endif
numArgs = ARG_COUNT(ht);
if (numArgs == 1){