X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/52cfdad5862a445c59093edd504338f4e762057c..62ee157e2dd14a1aec566d0370a1275654abd143:/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++) {