From: Stefan Eissing Date: Tue, 6 May 2025 08:17:41 +0000 (+0200) Subject: rtmp: remove no longer used proto member X-Git-Tag: curl-8_14_0~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=778f306551880c3beb3ac8bbeb4b533094186e27;p=thirdparty%2Fcurl.git 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 --- diff --git a/lib/urldata.h b/lib/urldata.h index 1c71f13890..44030fec7c 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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; diff --git a/src/.gitignore b/src/.gitignore index 9573dbcb38..67410d9042 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -7,3 +7,4 @@ tool_ca_embed.c tool_hugehelp.c curltool_unity.c libcurltool_unity.c +curlinfo diff --git a/tests/server/.gitignore b/tests/server/.gitignore index a369993cd0..1dcd028f6d 100644 --- a/tests/server/.gitignore +++ b/tests/server/.gitignore @@ -5,6 +5,7 @@ server_bundle.c servers buildinfo +dnsd mqttd resolve rtspd