mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
lib: rename curlx_strtoofft to Curl_str_numblanks()
The function is no longer used via the curlx shortcut. Remove the strtoofft.[ch] files. Closes #16642
This commit is contained in:
parent
fc04eca8f8
commit
09a5b2f2de
17 changed files with 53 additions and 160 deletions
|
|
@ -41,7 +41,6 @@ CURLX_CFILES = \
|
|||
../lib/curl_multibyte.c \
|
||||
../lib/dynbuf.c \
|
||||
../lib/nonblock.c \
|
||||
../lib/strtoofft.c \
|
||||
../lib/strparse.c \
|
||||
../lib/strcase.c \
|
||||
../lib/timediff.c \
|
||||
|
|
@ -54,7 +53,6 @@ CURLX_HFILES = \
|
|||
../lib/curl_setup.h \
|
||||
../lib/dynbuf.h \
|
||||
../lib/nonblock.h \
|
||||
../lib/strtoofft.h \
|
||||
../lib/strparse.h \
|
||||
../lib/strcase.h \
|
||||
../lib/timediff.h \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
|
||||
#include "terminal.h"
|
||||
#include "strtoofft.h"
|
||||
#include "curlx.h"
|
||||
|
||||
#include "memdebug.h" /* keep this as LAST include */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue