aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index b095f4cc..9a37a328 100644
--- a/pop3.c
+++ b/pop3.c
@@ -280,7 +280,6 @@ const static struct method pop3 =
pop3_fetch, /* request given message */
NULL, /* no message trailer */
pop3_delete, /* how to delete a message */
- NULL, /* no POP3 expunge command */
"QUIT", /* the POP3 exit command */
};