From 78027d5e82b04a2d04a29cab247c895cd7cf9e71 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 19 Jul 2009 02:09:47 +0200 Subject: [PATCH] Remove unused field challenge_nr from struct client_task. A relict from 0.3.x. --- client.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.30.2