curl_trc: delete unused DoH remains

Closes #20026
This commit is contained in:
Viktor Szakats 2025-12-19 01:09:45 +01:00
parent eb72ec4f12
commit e59e512635
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -34,7 +34,6 @@
#include "cf-socket.h"
#include "connect.h"
#include "doh.h"
#include "http2.h"
#include "http_proxy.h"
#include "cf-h1-proxy.h"
@ -510,8 +509,6 @@ static struct trc_feat_def trc_feats[] = {
#ifndef CURL_DISABLE_FTP
{ &Curl_trc_feat_ftp, TRC_CT_PROTOCOL },
#endif
#ifndef CURL_DISABLE_DOH
#endif
#ifndef CURL_DISABLE_SMTP
{ &Curl_trc_feat_smtp, TRC_CT_PROTOCOL },
#endif