aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/pcre2-10.32/Makefile3
-rw-r--r--test/monniaux/pcre2-10.32/bsp_frequency.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/test/monniaux/pcre2-10.32/Makefile b/test/monniaux/pcre2-10.32/Makefile
index d6da8556..98c2c8c2 100644
--- a/test/monniaux/pcre2-10.32/Makefile
+++ b/test/monniaux/pcre2-10.32/Makefile
@@ -26,8 +26,7 @@ CFILES = \
pcre2_valid_utf.c \
pcre2_xclass.c \
pcre2posix.c \
- pcre2test.c \
- bsp_frequency.c
+ pcre2test.c
HFILES = config.h pcre2_internal.h pcre2posix.h \
pcre2.h pcre2_intmodedep.h pcre2_ucp.h
diff --git a/test/monniaux/pcre2-10.32/bsp_frequency.c b/test/monniaux/pcre2-10.32/bsp_frequency.c
deleted file mode 100644
index 058739e2..00000000
--- a/test/monniaux/pcre2-10.32/bsp_frequency.c
+++ /dev/null
@@ -1 +0,0 @@
-unsigned long __bsp_frequency = 400000000;