]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
warnless.h: remove the prototype for curlx_ultosi
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 15:32:03 +0000 (16:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 15:32:27 +0000 (16:32 +0100)
Follow-up to 217552503ff3

lib/warnless.h

index ca3737859b4ab661f77ac7e545c5d59368aeb676..2c619bf81979dc1e5ba73ee5d3608d06e6784b05 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -33,8 +33,6 @@ unsigned short curlx_ultous(unsigned long ulnum);
 
 unsigned char curlx_ultouc(unsigned long ulnum);
 
-int curlx_ultosi(unsigned long ulnum);
-
 int curlx_uztosi(size_t uznum);
 
 curl_off_t curlx_uztoso(size_t uznum);