src: drop strcase.[ch] from tool builds

They're not used there anymore.

Closes #17289
This commit is contained in:
Daniel Stenberg 2025-05-08 11:15:09 +02:00
parent f0fc30e904
commit 5b420f6329
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 6 deletions

View file

@ -37,20 +37,17 @@ CURLX_CFILES = \
../lib/curlx/dynbuf.c \
../lib/nonblock.c \
../lib/curlx/strparse.c \
../lib/strcase.c \
../lib/curlx/timediff.c \
../lib/curlx/timeval.c \
../lib/version_win32.c \
../lib/curlx/warnless.c
CURLX_HFILES = \
../lib/curl_ctype.h \
../lib/curlx/multibyte.h \
../lib/curl_setup.h \
../lib/curlx/dynbuf.h \
../lib/nonblock.h \
../lib/curlx/strparse.h \
../lib/strcase.h \
../lib/curlx/timediff.h \
../lib/curlx/timeval.h \
../lib/version_win32.h \