X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..64c1e9c1845f4a3531d5a64c1233fda03ae284ae:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index b44c3fd6..f07e7863 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -308,11 +308,8 @@ static int read_hdrs (struct msgs *mp, char *datesw) { int msgnum; - struct tws tb; struct smsg *s; - twscopy (&tb, dlocaltimenow ()); - smsgs = mh_xcalloc(mp->hghsel - mp->lowsel + 2, sizeof *smsgs); s = smsgs; for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++) {