tidy-up: drop redundant == NULL syntax

Where missed by checksrc.

Closes #21935
This commit is contained in:
Viktor Szakats 2026-06-09 14:18:02 +02:00
parent 59213abfb2
commit 014be82a66
No known key found for this signature in database
19 changed files with 39 additions and 41 deletions

View file

@ -773,7 +773,7 @@ curl_socket_t win32_stdin_read_thread(void)
assert(stdin_thread);
return socket_r;
}
assert(stdin_thread == NULL);
assert(!stdin_thread);
do {
curl_socklen_t socksize = 0;