mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue