urldata: remove the unused 'rtspversion' struct member

Closes #9100
This commit is contained in:
Daniel Stenberg 2022-07-04 14:49:28 +02:00
parent 1d85d2e4f9
commit cb17b12b01
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -1790,7 +1790,6 @@ struct UserDefined {
void *rtp_out; /* write RTP to this if non-NULL */
/* Common RTSP header options */
Curl_RtspReq rtspreq; /* RTSP request type */
long rtspversion; /* like httpversion, for RTSP */
#endif
#ifndef CURL_DISABLE_FTP
curl_chunk_bgn_callback chunk_bgn; /* called before part of transfer