X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c762fa39172dee2133e0a5d6324464a4fa3cff50..ec68c7d9fca00e976df02842dc2c9d5a523567af:/sbr/dtime.c?ds=inline diff --git a/sbr/dtime.c b/sbr/dtime.c index 89f5dde8..52f3a790 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -1,6 +1,4 @@ - -/* - * dtime.c -- time/date routines +/* dtime.c -- time/date routines * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -41,12 +39,6 @@ char *tw_ldotw[] = { "Saturday", NULL }; -struct zone { - char *std; - char *dst; - int shift; -}; - static int dmsize[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };