From: David Scott Date: Mon, 8 Mar 2010 11:28:56 +0000 (+0000) Subject: CA-38105: remove some unused variables from C stubs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eabcb1d96a4b0e1fe0c036466cb76e5212a33c2b;p=xcp%2Fxen-api-libs.git CA-38105: remove some unused variables from C stubs Signed-off-by: David Scott --- diff --git a/stdext/unixext_stubs.c b/stdext/unixext_stubs.c index ba744a7..a01de8f 100644 --- a/stdext/unixext_stubs.c +++ b/stdext/unixext_stubs.c @@ -294,8 +294,6 @@ CAMLprim value stub_unix_send_fd(value sock, value buff, value ofs, value len, v int ret, cv_flags, cfd; long numbytes; char iobuf[UNIX_BUFFER_SIZE]; - value path; - int pathlen; char buf[CMSG_SPACE(sizeof(cfd))]; cfd = Int_val(fd);