From 06b673084b71bdba644623a9a8dd972a54912774 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 16 Jan 2016 12:31:40 +0000 Subject: [PATCH] get_destination_from_headers(): Remove comment about code duplication While there's similar code elsewhere, it's not exactly the same. --- parsers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2