* Removed an unused variable
authorArt Cancro <ajc@citadel.org>
Sun, 12 May 2002 23:00:12 +0000 (23:00 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 12 May 2002 23:00:12 +0000 (23:00 +0000)
citadel/ChangeLog
citadel/user_ops.c

index 8880aca360ec6b3ca577af0e6e99dc189f57587e..d329a7c42cfaa3e22304c35e7c88fad46162ec76 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
        * Makefile.in: removed msgstats
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
-       * Initial CVS import 
+       * Initial CVS import
+
index 180b55c8fb16ea9294d47f42dfc6b873c044a008..fa35581e5419b96c5b649307f166bb5158083dad 100644 (file)
@@ -909,8 +909,6 @@ void cmd_getu(void)
  */
 void cmd_setu(char *new_parms)
 {
-       int new_mod;
-
        if (CtdlAccessCheck(ac_logged_in))
                return;