inspect: win64 regexp was dead code.
authorRichard Jones <rjones@redhat.com>
Tue, 9 Nov 2010 15:10:32 +0000 (15:10 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 10 Nov 2010 10:34:48 +0000 (10:34 +0000)
src/inspect.c

index 52b0b8c..531e3f7 100644 (file)
@@ -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);