diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-12 11:26:55 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-13 09:29:22 +0000 |
commit | 8c1f33533108972496f545154dc06db0a44f691c (patch) | |
tree | 1ff430f016bba979b729744bd39097f8c0582dbf /src/inspect_fs_unix.c | |
parent | 0fd9a7d4a00d009f6ec5fbaf495241788d2df4be (diff) | |
download | libguestfs-8c1f33533108972496f545154dc06db0a44f691c.tar.gz libguestfs-8c1f33533108972496f545154dc06db0a44f691c.tar.xz libguestfs-8c1f33533108972496f545154dc06db0a44f691c.zip |
lib: Remove some unused variables.
(cherry picked from commit cd3f2986eee8dbadc8253d4c3462f7e214f1236d)
Diffstat (limited to 'src/inspect_fs_unix.c')
-rw-r--r-- | src/inspect_fs_unix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inspect_fs_unix.c b/src/inspect_fs_unix.c index f34075d5..a588a9c8 100644 --- a/src/inspect_fs_unix.c +++ b/src/inspect_fs_unix.c @@ -64,11 +64,9 @@ static pcre *re_scientific_linux_old; static pcre *re_scientific_linux; static pcre *re_scientific_linux_no_minor; static pcre *re_major_minor; -static pcre *re_aug_seq; static pcre *re_xdev; static pcre *re_cciss; static pcre *re_mdN; -static pcre *re_first_partition; static pcre *re_freebsd; static pcre *re_netbsd; @@ -569,8 +567,6 @@ guestfs___check_netbsd_root (guestfs_h *g, struct inspect_fs *fs) int guestfs___check_hurd_root (guestfs_h *g, struct inspect_fs *fs) { - int r; - fs->type = OS_TYPE_HURD; if (guestfs_exists (g, "/etc/debian_version") > 0) { |