remove unneeded assignment
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 31 May 2012 22:37:47 +0000 (00:37 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 31 May 2012 22:37:47 +0000 (00:37 +0200)
citadel/room_ops.c

index 408196c91873395d01406c872690d910b44a31df..aee5c05a17df601952f5edeab7e4eb40ff4c8b0d 100644 (file)
@@ -994,7 +994,7 @@ void CtdlUserGoto(char *where, int display_result, int transiently,
        for (a=0; a<num_msgs; ++a) {
                if (msglist[a] > 0L) ++total_messages;
        }
-       new_messages = num_msgs;
+
        num_sets = num_tokens(vbuf.v_seen, ',');
        for (s=0; s<num_sets; ++s) {
                extract_token(setstr, vbuf.v_seen, s, ',', sizeof setstr);