]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
urldata.h: delete orphan forward declaration
authorViktor Szakats <commit@vsz.me>
Wed, 21 Jan 2026 02:28:02 +0000 (03:28 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 21 Jan 2026 03:09:10 +0000 (04:09 +0100)
Closes #20380

lib/urldata.h

index f423d3376739d2e371df754e4269fd1f1165a023..667561f155a58b645688cc4959597c6f5a93c7bd 100644 (file)
@@ -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)