From edf1ecfcfd9a72a6140033a176fa4abc25ac8226 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sun, 3 Jun 2012 16:37:34 +0200 Subject: [PATCH] vchan: remove unused variables --- vchan/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vchan/init.c b/vchan/init.c index 0f7756f5..e93d5148 100644 --- a/vchan/init.c +++ b/vchan/init.c @@ -235,8 +235,6 @@ int libvchan_server_handle_connected(struct libvchan *ctrl) struct xs_handle *xs; char buf[64]; int ret = -1; - int libvchan_fd; -// fd_set rfds; #ifdef WINNT xs = xs_domain_open();