mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08: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
@ -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…
Reference in New Issue
Block a user