multi_ev: silence clang-tidy nonsense

About a "unnecessary define" - my ass.

Closes #21752
This commit is contained in:
Stefan Eissing 2026-05-26 11:38:25 +02:00 committed by Daniel Stenberg
parent 32227f83b4
commit eb8f31e18b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -40,7 +40,9 @@ static void mev_in_callback(struct Curl_multi *multi, bool value)
multi->in_callback = value;
}
#ifdef DEBUGBUILD
#define SH_ENTRY_MAGIC 0x570091d
#endif
/* Information about a socket for which we inform the libcurl application
* what to supervise (CURL_POLL_IN/CURL_POLL_OUT/CURL_POLL_REMOVE)