diff options
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fetchmail.c b/fetchmail.c index 31427577..48998a0d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1480,9 +1480,6 @@ static int query_host(struct query *ctl) #endif /* POP3_ENABLE */ break; case P_IMAP: -#ifdef GSSAPI - case P_IMAP_GSS: -#endif /* GSSAPI */ #ifdef IMAP_ENABLE return(doIMAP(ctl)); #else |