]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: regex: The pointer regstr in the struc regex is no longer used.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 18:35:16 +0000 (19:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit0b6d15fdc8a27a59b1bc1dd3fc4df140be821f8e
tree57aa96954e3d44343f10219eadf76b19c27b8ca8
parent149e0fe44f049c8beb95d528d700b4d409d06e50
MINOR: regex: The pointer regstr in the struc regex is no longer used.

The pointer <regstr> is only used to compare and identify the original
regex string with the patterns. Now the patterns have a reference map
containing this original string. It is useless to store this value two
times.
include/common/regex.h
src/pattern.c
src/regex.c