mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:13:33 +03:00
rtmp: remove no longer used proto member
Add src/curlinfo to gitignore while we are here. Add tests/server/dnsd to gitignore while we are here. Closes #17252
This commit is contained in:
parent
c30c7d2170
commit
778f306551
3 changed files with 2 additions and 3 deletions
|
|
@ -865,9 +865,6 @@ struct connectdata {
|
|||
union {
|
||||
#ifdef USE_SSH
|
||||
struct ssh_conn sshc;
|
||||
#endif
|
||||
#ifdef USE_LIBRTMP
|
||||
void *rtmp;
|
||||
#endif
|
||||
unsigned int unused:1; /* avoids empty union */
|
||||
} proto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue