git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16d5c9
)
inspect: win64 regexp was dead code.
author
Richard Jones
<rjones@redhat.com>
Tue, 9 Nov 2010 15:10:32 +0000
(15:10 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 18 Nov 2010 11:30:39 +0000
(11:30 +0000)
(cherry picked from commit
8ac9575b204a8ac85f9030500cb6eabbf6aa3226
)
src/inspect.c
patch
|
blob
|
history
diff --git
a/src/inspect.c
b/src/inspect.c
index
2ff4e37
..
12cecfa
100644
(file)
--- 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);