From 6d9658a54417d5676c3af5dd13db5f3ec5df9a0f Mon Sep 17 00:00:00 2001 From: David Levine Date: Thu, 28 Jun 2012 21:12:13 -0500 Subject: [PATCH] Removed the one remaining unused #ifdef ISI. --- uip/replsbr.c | 5 ----- 1 file changed, 5 deletions(-) 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; } -- 1.7.10.4