From db3bd72d8b48f1f9b49899da081ffbec4ce2c1c6 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 13 Jan 2008 21:12:43 +0100 Subject: [PATCH] More unused --- lib-mx/pop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib-mx/pop.c b/lib-mx/pop.c index 38d77dc..876be67 100644 --- a/lib-mx/pop.c +++ b/lib-mx/pop.c @@ -70,7 +70,6 @@ typedef struct { cmd_status cmd_uidl : 2; /* optional command UIDL */ cmd_status cmd_top : 2; /* optional command TOP */ cmd_status cmd_user : 2; /* optional command USER */ - unsigned resp_codes : 1; /* server supports extended response codes */ unsigned clear_cache : 1; ssize_t size; @@ -558,7 +557,6 @@ static pop_query_status pop_capabilities(pop_data_t * pop_data, int mode) pop_data->cmd_uidl = CMD_NOT_AVAILABLE; pop_data->cmd_top = CMD_NOT_AVAILABLE; pop_data->cmd_user = CMD_NOT_AVAILABLE; - pop_data->resp_codes = 0; p_delete(&pop_data->auth_list); } -- 2.20.1