get_destination_from_headers(): Remove comment about code duplication
authorFabian Keil <fk@fabiankeil.de>
Sat, 16 Jan 2016 12:31:40 +0000 (12:31 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 16 Jan 2016 12:31:40 +0000 (12:31 +0000)
While there's similar code elsewhere, it's not exactly the same.

parsers.c

index 9fe2da7..9289c62 100644 (file)
--- 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);