vchan: remove unused variables

This commit is contained in:
Marek Marczykowski 2012-06-03 16:37:34 +02:00
parent a2a21c0467
commit edf1ecfcfd

View File

@ -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();