mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +00:00
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:
parent
807a6e7856
commit
50c8044423
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user