Skip to content

Commit 195d59a

Browse files
committed
Remove dead code
1 parent 2446500 commit 195d59a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/mysqlnd/mysqlnd_protocol_frame_codec.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ MYSQLND_METHOD(mysqlnd_pfc, receive)(MYSQLND_PFC * const pfc, MYSQLND_VIO * cons
355355
DBG_RETURN(FAIL);
356356
}
357357
pfc->data->compressed_envelope_packet_no++;
358-
#ifdef MYSQLND_DUMP_HEADER_N_BODY
359-
DBG_INF_FMT("HEADER: hwd_packet_no=%u size=%3u", packet_no, (zend_ulong) net_payload_size);
360-
#endif
361358
/* Now let's read from the wire, decompress it and fill the read buffer */
362359
pfc->data->m.read_compressed_packet_from_stream_and_fill_read_buffer(pfc, vio, net_payload_size, conn_stats, error_info);
363360

0 commit comments

Comments
 (0)