Chromium Code Reviews| Index: openssl/crypto/bio/bf_nbio.c |
| =================================================================== |
| --- openssl/crypto/bio/bf_nbio.c (revision 105093) |
| +++ openssl/crypto/bio/bf_nbio.c (working copy) |
| @@ -125,7 +125,6 @@ |
| static int nbiof_read(BIO *b, char *out, int outl) |
| { |
| - NBIO_TEST *nt; |
| int ret=0; |
| #if 1 |
| int num; |
| @@ -134,7 +133,6 @@ |
| if (out == NULL) return(0); |
| if (b->next_bio == NULL) return(0); |
| - nt=(NBIO_TEST *)b->ptr; |
| BIO_clear_retry_flags(b); |
| #if 1 |