summaryrefslogtreecommitdiffstats
path: root/src/inspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspect.c')
-rw-r--r--src/inspect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspect.c b/src/inspect.c
index 52b0b8c8..531e3f76 100644
--- a/src/inspect.c
+++ b/src/inspect.c
@@ -45,7 +45,6 @@
* simultaneously.
*/
static pcre *re_file_elf;
-static pcre *re_file_win64;
static pcre *re_elf_ppc64;
static pcre *re_fedora;
static pcre *re_rhel_old;
@@ -94,7 +93,6 @@ static void
free_regexps (void)
{
pcre_free (re_file_elf);
- pcre_free (re_file_win64);
pcre_free (re_elf_ppc64);
pcre_free (re_fedora);
pcre_free (re_rhel_old);