From: Matej Mužila <mmuz...@redhat.com>

Remove unused variable

Signed-off-by: Matej Mužila <mmuz...@redhat.com>
Acked-by:  K. Y. Srinivasan <k...@microsoft.com>
---
diff --git a/tools/hv/hv_fcopy_daemon.c b/tools/hv/hv_fcopy_daemon.c
index 6f27e2f..1fc2dc2 100644
--- a/tools/hv/hv_fcopy_daemon.c
+++ b/tools/hv/hv_fcopy_daemon.c
@@ -132,7 +132,7 @@ static int hv_copy_cancel(void)
 
 int main(void)
 {
-       int fd, fcopy_fd, len;
+       int fcopy_fd, len;
        int error;
        int version = FCOPY_CURRENT_VERSION;
        char *buffer[4096 * 2];

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to