mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 08:45:31 +02:00
This patch remove all references of standard regex in haproxy. The last remaining references are only in the regex.[ch] files. In the file src/checks.c, the original function uses a "pmatch" array. In fact this array is unused. This patch remove it.