From: David Levine Date: Fri, 29 Jun 2012 02:12:13 +0000 (-0500) Subject: Removed the one remaining unused #ifdef ISI. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=6d9658a54417d5676c3af5dd13db5f3ec5df9a0f;p=mmh Removed the one remaining unused #ifdef ISI. --- diff --git a/uip/replsbr.c b/uip/replsbr.c index 8bf765e..a6d0f23 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -430,11 +430,6 @@ insert (struct mailname *np) } mp->m_next = np; -#ifdef ISI - if (ismymbox (np)) - ccme = 0; -#endif - return 1; }