mirror of
https://github.com/curl/curl.git
synced 2026-06-02 05:14:16 +03:00
multi_ev: silence clang-tidy nonsense
About a "unnecessary define" - my ass. Closes #21752
This commit is contained in:
parent
32227f83b4
commit
eb8f31e18b
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue