From 334cb452bfee4d0511f9591292903d01f58efaf9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Oct 2004 09:14:04 +0000 Subject: Fix miscellaneous warnings. svn path=/trunk/; revision=3953 --- imap.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index ff727e7e..4395129f 100644 --- a/imap.c +++ b/imap.c @@ -19,13 +19,6 @@ #include "i18n.h" -#ifdef OPIE_ENABLE -#endif /* OPIE_ENABLE */ - -#ifndef strstr /* glibc-2.1 declares this as a macro */ -extern char *strstr(const char *, const char *); /* needed on sysV68 R3V7.1. */ -#endif /* strstr */ - /* imap_version values */ #define IMAP2 -1 /* IMAP2 or IMAP2BIS, RFC1176 */ #define IMAP4 0 /* IMAP4 rev 0, RFC1730 */ -- cgit v1.2.3