From 246e95fe9095b0f36824cdd75017b65850b08e9b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 21 Jan 2026 03:28:02 +0100 Subject: [PATCH] urldata.h: delete orphan forward declaration Closes #20380 --- lib/urldata.h | 2 -- 1 file changed, 2 deletions(-) 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)