From 778f306551880c3beb3ac8bbeb4b533094186e27 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 6 May 2025 10:17:41 +0200 Subject: [PATCH] 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 --- lib/urldata.h | 3 --- src/.gitignore | 1 + tests/server/.gitignore | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) 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