mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
fastmatch.h: remove duplicate #defines
Reviewed by: kevans MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D12375
This commit is contained in:
parent
ca289945b2
commit
6e7bfaecee
1 changed files with 0 additions and 13 deletions
|
|
@ -92,17 +92,4 @@ tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len,
|
|||
#define fastexec tre_fastexec
|
||||
#define fastwnexec tre_fastwnexec
|
||||
#define fastwexec tre_fastwexec
|
||||
#define fixcomp tre_fixcomp
|
||||
#define fastcomp tre_fastcomp
|
||||
#define fastexec tre_fastexec
|
||||
#define fastfree tre_fastfree
|
||||
#define fixwcomp tre_fixwcomp
|
||||
#define fastwcomp tre_fastwcomp
|
||||
#define fastwexec tre_fastwexec
|
||||
#define fixncomp tre_fixncomp
|
||||
#define fastncomp tre_fastncomp
|
||||
#define fastnexec tre_fastnexec
|
||||
#define fixwncomp tre_fixwncomp
|
||||
#define fastwncomp tre_fastwncomp
|
||||
#define fastwnexec tre_fastwnexec
|
||||
#endif /* FASTMATCH_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue