From eabcb1d96a4b0e1fe0c036466cb76e5212a33c2b Mon Sep 17 00:00:00 2001 From: David Scott Date: Mon, 8 Mar 2010 11:28:56 +0000 Subject: [PATCH] CA-38105: remove some unused variables from C stubs Signed-off-by: David Scott --- stdext/unixext_stubs.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5