From: Andre Noll Date: Sun, 19 Jul 2009 00:09:47 +0000 (+0200) Subject: Remove unused field challenge_nr from struct client_task. X-Git-Tag: v0.4.0~50^2~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=78027d5e82b04a2d04a29cab247c895cd7cf9e71;hp=ec354cf583bc2838ecfac64c428d3f992681c5fc Remove unused field challenge_nr from struct client_task. A relict from 0.3.x. --- diff --git a/client.h b/client.h index fa965c35..5fc33682 100644 --- a/client.h +++ b/client.h @@ -61,8 +61,6 @@ struct client_task { int check_r; /** non-zero if the pre_select hook added \p fd to the write fd set */ int check_w; - /** the decrypted challenge */ - long unsigned challenge_nr; /** pointer to the data to be sent to para_server */ char *inbuf; /** number of bytes loaded in \p inbuf */