CLEANUP: Remove comment that's no longer valid

Code was deleted in ad63582eb, but the comment remained.

Signed-off-by: Nenad Merdanovic <nmerdan@haproxy.com>
This commit is contained in:
Nenad Merdanovic 2017-03-12 22:00:29 +01:00 committed by Willy Tarreau
parent 807a6e7856
commit 50c8044423

View File

@ -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: