mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:17:18 +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;
|
||||
|
|
|
|||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -7,3 +7,4 @@ tool_ca_embed.c
|
|||
tool_hugehelp.c
|
||||
curltool_unity.c
|
||||
libcurltool_unity.c
|
||||
curlinfo
|
||||
|
|
|
|||
1
tests/server/.gitignore
vendored
1
tests/server/.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
|||
server_bundle.c
|
||||
servers
|
||||
buildinfo
|
||||
dnsd
|
||||
mqttd
|
||||
resolve
|
||||
rtspd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue