]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
CA-38105: remove some unused variables from C stubs
authorDavid Scott <dave.scott@eu.citrix.com>
Mon, 8 Mar 2010 11:28:56 +0000 (11:28 +0000)
committerDavid Scott <dave.scott@eu.citrix.com>
Mon, 8 Mar 2010 11:28:56 +0000 (11:28 +0000)
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
stdext/unixext_stubs.c

index ba744a766263535be18401f58598f5a4d735b8b1..a01de8ff4b8d6a7d1a3334dd355c0a64c99972e5 100644 (file)
@@ -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);