From: Nenad Merdanovic Date: Sun, 12 Mar 2017 21:00:29 +0000 (+0100) Subject: CLEANUP: Remove comment that's no longer valid X-Git-Tag: v1.8-dev1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c8044423c384d858b24463d9ff6f4591b03beb;p=thirdparty%2Fhaproxy.git CLEANUP: Remove comment that's no longer valid Code was deleted in ad63582eb, but the comment remained. Signed-off-by: Nenad Merdanovic --- diff --git a/src/sample.c b/src/sample.c index 014913d74d..71d4e32a65 100644 --- a/src/sample.c +++ b/src/sample.c @@ -649,10 +649,6 @@ int smp_dup(struct sample *smp) { struct chunk *trash; - /* If the const flag is not set, we don't need to duplicate the - * pattern as it can be modified in place. - */ - switch (smp->data.type) { case SMP_T_BOOL: case SMP_T_SINT: