Skip to content

Commit 54624f9

Browse files
committed
We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in here, so we can get
a minor boost here in ZTS mode.
1 parent a4ad111 commit 54624f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mysqlnd/mysqlnd_net.c

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ mysqlnd_set_sock_no_delay(php_stream * stream)
4848
int ret = SUCCESS;
4949
int flag = 1;
5050
int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int));
51-
TSRMLS_FETCH();
5251

5352
DBG_ENTER("mysqlnd_set_sock_no_delay");
5453

0 commit comments

Comments
 (0)