From: Wilfried Goesgens Date: Thu, 31 May 2012 22:37:47 +0000 (+0200) Subject: remove unneeded assignment X-Git-Tag: v8.12~41 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=786a88b94d7c1363bcaa47a00fdd149f66eeb441 remove unneeded assignment --- diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 408196c91..aee5c05a1 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -994,7 +994,7 @@ void CtdlUserGoto(char *where, int display_result, int transiently, for (a=0; a 0L) ++total_messages; } - new_messages = num_msgs; + num_sets = num_tokens(vbuf.v_seen, ','); for (s=0; s