]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Merge branch 'cb/pcre1-cleanup'
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 1060f0fe500eaedd842bdf6b3dd04d8220a49a12..05dc1bb98e5e2209a945da6024a757ce02d4d103 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -6,17 +6,6 @@
 #ifndef PCRE_NO_UTF8_CHECK
 #define PCRE_NO_UTF8_CHECK 0
 #endif
-#ifdef PCRE_CONFIG_JIT
-#if PCRE_MAJOR >= 8 && PCRE_MINOR >= 32
-#ifndef NO_LIBPCRE1_JIT
-#define GIT_PCRE1_USE_JIT
-#define GIT_PCRE_STUDY_JIT_COMPILE PCRE_STUDY_JIT_COMPILE
-#endif
-#endif
-#endif
-#ifndef GIT_PCRE_STUDY_JIT_COMPILE
-#define GIT_PCRE_STUDY_JIT_COMPILE 0
-#endif
 #else
 typedef int pcre;
 typedef int pcre_extra;