]> granicus.if.org Git - curl/commitdiff
curl.h: fix "unused checksrc ignore", remove dangling reference
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Sep 2017 17:59:11 +0000 (19:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Sep 2017 17:59:11 +0000 (19:59 +0200)
... to a README file that doesn't exist anymore

include/curl/curl.h

index d3583ba6c22cd72b373ffcf12f15965861e7bc9c..1ef2ca619332ce14f4914ffa0af73b888df3b236 100644 (file)
@@ -1965,10 +1965,7 @@ typedef enum {
 #define CURL_ZERO_TERMINATED ((size_t) -1)
 
 /* curl_strequal() and curl_strnequal() are subject for removal in a future
-   libcurl, see lib/README.curlx for details
-
-   !checksrc! disable SPACEBEFOREPAREN 2
-*/
+   release */
 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
 CURL_EXTERN int curl_strnequal(const char *s1, const char *s2, size_t n);