From: Fabian Keil Date: Sat, 16 Jan 2016 12:31:40 +0000 (+0000) Subject: get_destination_from_headers(): Remove comment about code duplication X-Git-Tag: v_3_0_24~30 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=06b673084b71bdba644623a9a8dd972a54912774 get_destination_from_headers(): Remove comment about code duplication While there's similar code elsewhere, it's not exactly the same. --- diff --git a/parsers.c b/parsers.c index 9fe2da77..9289c623 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.302 2015/12/27 12:54:12 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.303 2016/01/16 12:29:00 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -4454,7 +4454,6 @@ jb_err get_destination_from_headers(const struct list *headers, struct http_requ /* * Regenerate request line in "proxy format" * to make rewrites more convenient. - * XXX: Code duplication. */ assert(http->cmd != NULL); freez(http->cmd);