From: Viktor Szakats Date: Wed, 21 Jan 2026 02:28:02 +0000 (+0100) Subject: urldata.h: delete orphan forward declaration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246e95fe9095b0f36824cdd75017b65850b08e9b;p=thirdparty%2Fcurl.git urldata.h: delete orphan forward declaration Closes #20380 --- diff --git a/lib/urldata.h b/lib/urldata.h index f423d33767..667561f155 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -52,8 +52,6 @@ #define PORT_MQTT 1883 #define PORT_MQTTS 8883 -struct curl_trc_featt; - #ifdef USE_ECH /* CURLECH_ bits for the tls_ech option */ # define CURLECH_DISABLE (1 << 0)