X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Finspect.c;h=12cecfa839e2c83bef1725794588ff69938bdc57;hb=da66e55fad2aafe2bf2ba9ebc4824893a27058b2;hp=2ff4e3778c195b61eafd2eb106c1120510c3ec15;hpb=f16d5c90215addaf538db154f283d910b82fa324;p=libguestfs.git diff --git a/src/inspect.c b/src/inspect.c index 2ff4e37..12cecfa 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);