Module Name:    src
Committed By:   christos
Date:           Sun Oct 20 21:18:00 UTC 2013

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/threads: mttest.c

Log Message:
remove unused variables


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c
diff -u src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c:1.4 src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c:1.5
--- src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c:1.4	Sat Jun 11 12:54:58 2011
+++ src/crypto/external/bsd/openssl/dist/crypto/threads/mttest.c	Sun Oct 20 17:18:00 2013
@@ -427,7 +427,6 @@ int doit(char *ctx[4])
 	BIO *c_bio=NULL;
 	BIO *s_bio=NULL;
 	int c_r,c_w,s_r,s_w;
-	int c_want,s_want;
 	int i;
 	int done=0;
 	int c_write,s_write;
@@ -466,8 +465,6 @@ int doit(char *ctx[4])
 
 	c_r=0; s_r=1;
 	c_w=1; s_w=0;
-	c_want=W_WRITE;
-	s_want=0;
 	c_write=1,s_write=0;
 
 	/* We can always do writes */

Reply via email to