From: Jay Satiro Date: Fri, 8 Jul 2022 05:39:55 +0000 (-0400) Subject: escape: remove outdated comment X-Git-Tag: curl-7_85_0~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30c862513d74a541d9b7ea3acbb1457fb6021829;p=thirdparty%2Fcurl.git escape: remove outdated comment Bug: https://github.com/curl/curl/discussions/9115 Reported-by: Ted Lyngmo --- diff --git a/lib/escape.c b/lib/escape.c index 650e40932c..d50e515b41 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -118,8 +118,6 @@ char *curl_easy_escape(struct Curl_easy *data, const char *string, * Returns a pointer to a malloced string in *ostring with length given in * *olen. If length == 0, the length is assumed to be strlen(string). * - * 'data' can be set to NULL - * * ctrl options: * - REJECT_NADA: accept everything * - REJECT_CTRL: rejects control characters (byte codes lower than 32) in