summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-15 15:55:38 +0000
committerRichard Jones <rjones@redhat.com>2010-02-15 15:55:38 +0000
commit1f0f0df9b19520979857ab42b192ba46e0bc36dd (patch)
tree72bceb0f4283e91ec820d14bfe2bb60dbb64be3e /fuse
parent30a0b5cf1606c54cc527d758949422396763cbd3 (diff)
downloadlibguestfs-1f0f0df9b19520979857ab42b192ba46e0bc36dd.tar.gz
libguestfs-1f0f0df9b19520979857ab42b192ba46e0bc36dd.tar.xz
libguestfs-1f0f0df9b19520979857ab42b192ba46e0bc36dd.zip
Remove some unused variables.
Since we have to compile with -Wno-unused-variables, we don't spot unused variables in code. I found these by compiling the code in Ubuntu.
Diffstat (limited to 'fuse')
-rw-r--r--fuse/guestmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index df116196..b4a917fc 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestmount.c
@@ -927,7 +927,7 @@ main (int argc, char *argv[])
struct mp *mps = NULL;
struct mp *mp;
char *p;
- int c, i, r;
+ int c, r;
int option_index;
struct sigaction sa;