summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-09-22 06:16:21 +0000
committeremaste <emaste@FreeBSD.org>2017-09-22 06:16:21 +0000
commita0615d814ccd8842467cff7949339ae4f12505c4 (patch)
tree153ad6535eed75a9a8c8f20d8869090d1a10793a
parentfce10b30fadda47ff6a223a77a8c07e13756f642 (diff)
downloadFreeBSD-src-a0615d814ccd8842467cff7949339ae4f12505c4.zip
FreeBSD-src-a0615d814ccd8842467cff7949339ae4f12505c4.tar.gz
MFC r323611: fastmatch.h: remove duplicate #defines
-rw-r--r--usr.bin/grep/regex/fastmatch.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/grep/regex/fastmatch.h b/usr.bin/grep/regex/fastmatch.h
index 68a50c6..15178a0 100644
--- a/usr.bin/grep/regex/fastmatch.h
+++ b/usr.bin/grep/regex/fastmatch.h
@@ -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 */
OpenPOWER on IntegriCloud