examples/threaded-ssl: delete in favor of examples/threaded

After applying a recent fix made to `threaded.c` (formerly
`multithread.c`) to `threaded-ssl.c`, syncing and updating comments,
the two examples turned out to be identical except their test URLs.

Delete one of them to avoid duplication.

Also:
- examples/threaded: scope a variable.
- examples/threaded: merge comments from its deleted sibling.

Follow-up to 61273f5812 #20001
Follow-up to 971e8d661c #19526 #19524

Closes #20002
This commit is contained in:
Viktor Szakats 2025-12-16 21:32:29 +01:00
parent 680f050301
commit e88209da1f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 14 additions and 124 deletions

View file

@ -148,7 +148,6 @@ COMPLICATED_MAY_BUILD = \
multi-uv.c \
sessioninfo.c \
threaded.c \
threaded-ssl.c \
usercertinmem.c
# These examples require external dependencies that may not be commonly