mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:33:33 +03:00
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 to61273f5812#20001 Follow-up to971e8d661c#19526 #19524 Closes #20002
This commit is contained in:
parent
680f050301
commit
e88209da1f
4 changed files with 14 additions and 124 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue