summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/strtoofft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/strtoofft.c')
-rw-r--r--libs/libcurl/src/strtoofft.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/libcurl/src/strtoofft.c b/libs/libcurl/src/strtoofft.c
index 363647737f..546a3ff75d 100644
--- a/libs/libcurl/src/strtoofft.c
+++ b/libs/libcurl/src/strtoofft.c
@@ -220,8 +220,6 @@ CURLofft curlx_strtoofft(const char *str, char **endp, int base,
errno = 0;
*num = 0; /* clear by default */
- DEBUGASSERT(str);
-
while(*str && ISSPACE(*str))
str++;
if('-' == *str) {