sslproc: Remove unused variable

This commit is contained in:
Matt Ullman 2016-03-26 16:41:36 -04:00
parent 05e0aa9ac9
commit de8b3b7174
1 changed files with 0 additions and 1 deletions

View File

@ -809,7 +809,6 @@ start_zlib_session(void *data)
rb_fde_t *F[2];
rb_fde_t *xF1, *xF2;
char *buf;
char buf2[9];
void *recvq_start;
size_t hdr = (sizeof(uint8_t) * 2) + sizeof(uint32_t);