From: Art Cancro Date: Sun, 12 May 2002 23:00:12 +0000 (+0000) Subject: * Removed an unused variable X-Git-Tag: v7.86~6406 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a03f615f10d24890db277396a3882e82e904cfab;p=citadel.git * Removed an unused variable --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 8880aca36..d329a7c42 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 591.20 2002/05/12 23:00:11 ajc + * Removed an unused variable + Revision 591.19 2002/05/12 22:57:04 ajc * Removed the unfinished moderation system. * CtdlForEachMessage() - only fetch metadata when hunting for messages with @@ -3638,4 +3641,5 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant * Makefile.in: removed msgstats Fri Jul 10 1998 Art Cancro - * Initial CVS import + * Initial CVS import + diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 180b55c8f..fa35581e5 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -909,8 +909,6 @@ void cmd_getu(void) */ void cmd_setu(char *new_parms) { - int new_mod; - if (CtdlAccessCheck(ac_logged_in)) return;