diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-07-04 14:49:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-07-04 19:44:10 +0200 |
commit | cb17b12b017af8dbeed9664b15ceb85391ac71a9 (patch) | |
tree | eff9d823180f543660f2dfc4bdfd4640c4807e1b /lib | |
parent | 1d85d2e4f9440f192a99e52c726cf146b90efbaf (diff) | |
download | curl-cb17b12b017af8dbeed9664b15ceb85391ac71a9.tar.gz |
urldata: remove the unused 'rtspversion' struct member
Closes #9100
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 374af6ad9..8c38bbd18 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 |