]> diplodocus.org Git - nmh/blobdiff - uip/sortm.c
sbr/dtime.c: Remove struct-assigning twscopy().
[nmh] / uip / sortm.c
index b44c3fd6cbf18745f71bc8d1c31cf3a45654fc28..f07e78639c15c3bbc8c9adab69c74b8d02274055 100644 (file)
@@ -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++) {