mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove dead code
This commit is contained in:
parent
2446500d97
commit
195d59a83c
1 changed files with 0 additions and 3 deletions
|
@ -355,9 +355,6 @@ MYSQLND_METHOD(mysqlnd_pfc, receive)(MYSQLND_PFC * const pfc, MYSQLND_VIO * cons
|
||||||
DBG_RETURN(FAIL);
|
DBG_RETURN(FAIL);
|
||||||
}
|
}
|
||||||
pfc->data->compressed_envelope_packet_no++;
|
pfc->data->compressed_envelope_packet_no++;
|
||||||
#ifdef MYSQLND_DUMP_HEADER_N_BODY
|
|
||||||
DBG_INF_FMT("HEADER: hwd_packet_no=%u size=%3u", packet_no, (zend_ulong) net_payload_size);
|
|
||||||
#endif
|
|
||||||
/* Now let's read from the wire, decompress it and fill the read buffer */
|
/* Now let's read from the wire, decompress it and fill the read buffer */
|
||||||
pfc->data->m.read_compressed_packet_from_stream_and_fill_read_buffer(pfc, vio, net_payload_size, conn_stats, error_info);
|
pfc->data->m.read_compressed_packet_from_stream_and_fill_read_buffer(pfc, vio, net_payload_size, conn_stats, error_info);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue