unused variable
[apps/madmutt.git] / lib-mx / mx.c
index 0ed8bad..1367f98 100644 (file)
@@ -598,8 +598,6 @@ static int _mx_close_mailbox (CONTEXT * ctx, int *index_hint)
   }
 
   if (read_msgs && quadoption (OPT_MOVE) != M_NO) {
   }
 
   if (read_msgs && quadoption (OPT_MOVE) != M_NO) {
-    char *p;
-
     m_strcpy(mbox, sizeof(mbox), NONULL(Inbox));
     isSpool = mutt_is_spool (ctx->path) && !mutt_is_spool (mbox);
     mutt_expand_path (mbox, sizeof (mbox));
     m_strcpy(mbox, sizeof(mbox), NONULL(Inbox));
     isSpool = mutt_is_spool (ctx->path) && !mutt_is_spool (mbox);
     mutt_expand_path (mbox, sizeof (mbox));