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:
c0f96e9
)
guestfs_close: Remove unused local variable.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 30 Apr 2011 09:42:43 +0000
(
05:42
-0400)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 30 Apr 2011 09:42:43 +0000
(
05:42
-0400)
src/guestfs.c
patch
|
blob
|
history
diff --git
a/src/guestfs.c
b/src/guestfs.c
index
206841e
..
7868e8f
100644
(file)
--- a/
src/guestfs.c
+++ b/
src/guestfs.c
@@
-1,5
+1,5
@@
/* libguestfs
- * Copyright (C) 2009-201
0
Red Hat Inc.
+ * Copyright (C) 2009-201
1
Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@
-170,7
+170,6
@@
void
guestfs_close (guestfs_h *g)
{
int i;
- char filename[256];
guestfs_h *gg;
if (g->state == NO_HANDLE) {