Removed the one remaining unused #ifdef ISI.
authorDavid Levine <levinedl@acm.org>
Fri, 29 Jun 2012 02:12:13 +0000 (21:12 -0500)
committerDavid Levine <levinedl@acm.org>
Fri, 29 Jun 2012 02:12:13 +0000 (21:12 -0500)
uip/replsbr.c

index 8bf765e..a6d0f23 100644 (file)
@@ -430,11 +430,6 @@ insert (struct mailname *np)
     }
     mp->m_next = np;
 
-#ifdef ISI
-    if (ismymbox (np))
-       ccme = 0;
-#endif
-
     return 1;
 }