From b2f8627ab59daeb03f036dde6c66fb9da736950c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 30 Apr 2011 05:42:43 -0400 Subject: [PATCH] guestfs_close: Remove unused local variable. --- src/guestfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/guestfs.c b/src/guestfs.c index 206841e..7868e8f 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2010 Red Hat Inc. + * Copyright (C) 2009-2011 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) { -- 1.8.3.1